Skip to content
Snippets Groups Projects

Write `get-file` and commands to get the list of blocks from another node

3 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -4,6 +4,7 @@ mod dragoon;
mod dragoon_network;
mod error;
mod to_serialize;
mod peer_block_info;
use axum::routing::get;
use axum::Router;
Loading