Skip to content

Commit

Permalink
quiet verify_bundle example wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebEverett committed Feb 26, 2022
1 parent b7a336f commit 2241220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/verify_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use arloader::transaction::{stringify, Base64};
use reqwest;
use serde::Deserialize;

#[allow(dead_code)]
#[derive(Deserialize, Debug)]
struct Offset {
#[serde(with = "stringify")]
Expand All @@ -10,6 +11,7 @@ struct Offset {
offset: usize,
}

#[allow(dead_code)]
#[derive(Deserialize, Debug)]
struct RawChunk {
tx_path: Base64,
Expand Down

0 comments on commit 2241220

Please sign in to comment.