Skip to content

Commit

Permalink
fix: return json serialization for EvmProof
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Feb 5, 2025
1 parent 4f5587a commit b0b85a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near/omni-types/src/prover_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct WormholeVerifyProofArgs {
pub vaa: String,
}

#[near(serializers=[borsh])]
#[near(serializers=[borsh, json])]
#[derive(Default, Debug, Clone)]
pub struct EvmProof {
pub log_index: u64,
Expand Down

0 comments on commit b0b85a9

Please sign in to comment.