diff --git a/crates/explorer-client/src/endpoints/vaa.rs b/crates/explorer-client/src/endpoints/vaa.rs index 4f0fb28..e5b8510 100644 --- a/crates/explorer-client/src/endpoints/vaa.rs +++ b/crates/explorer-client/src/endpoints/vaa.rs @@ -17,7 +17,7 @@ pub struct ExplorerVaaResp { timestamp: String, updated_at: String, indexed_at: String, - tx_hash: FixedBytes<32>, + tx_hash: Option, } impl std::fmt::Debug for ExplorerVaaResp {