Skip to content

Commit

Permalink
fix (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck authored Aug 15, 2023
1 parent 11bd472 commit 05f8217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/explorer-client/src/endpoints/vaa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct ExplorerVaaResp {
timestamp: String,
updated_at: String,
indexed_at: String,
tx_hash: FixedBytes<32>,
tx_hash: Option<String>,
}

impl std::fmt::Debug for ExplorerVaaResp {
Expand Down

0 comments on commit 05f8217

Please sign in to comment.