Skip to content
Snippets Groups Projects

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

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

Files

+ 1
1
@@ -3,8 +3,8 @@ mod commands;
mod dragoon;
mod dragoon_network;
mod error;
mod to_serialize;
mod peer_block_info;
mod to_serialize;
use axum::routing::get;
use axum::Router;
Loading