Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1054,7 +1054,7 @@ where
@@ -1054,7 +1054,7 @@ where
async fn decode_blocks(
async fn decode_blocks(
block_dir: PathBuf,
block_dir: PathBuf,
block_hashes: &Vec<String>,
block_hashes: &[String],
output_filename: String,
output_filename: String,
) -> Result<()> {
) -> Result<()> {
let blocks =
let blocks =
Loading