Skip to content

Commit 2241220

Browse files
committed
quiet verify_bundle example wip
1 parent b7a336f commit 2241220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/verify_bundle.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use arloader::transaction::{stringify, Base64};
22
use reqwest;
33
use serde::Deserialize;
44

5+
#[allow(dead_code)]
56
#[derive(Deserialize, Debug)]
67
struct Offset {
78
#[serde(with = "stringify")]
@@ -10,6 +11,7 @@ struct Offset {
1011
offset: usize,
1112
}
1213

14+
#[allow(dead_code)]
1315
#[derive(Deserialize, Debug)]
1416
struct RawChunk {
1517
tx_path: Base64,

0 commit comments

Comments
 (0)