Skip to content

Commit

Permalink
Update svm/programs/wormhole-guardian-adapter/src/state/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Noel <[email protected]>
  • Loading branch information
bingyuyap and panoel authored Nov 26, 2024
1 parent ceae456 commit 291c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/programs/wormhole-guardian-adapter/src/state/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anchor_lang::prelude::*;

// This is compatible with that finality in `wormhole_anchor_sdk::wormhole::Finality`
// We need our own type has the `wormhole_anchor_sdk::wormhole::Finality` does not implement InitSpace
// We need our own type as the `wormhole_anchor_sdk::wormhole::Finality` does not implement InitSpace
#[derive(AnchorDeserialize, AnchorSerialize, Clone, Copy, PartialEq, Eq, InitSpace)]
pub enum Finality {
Confirmed,
Expand Down

0 comments on commit 291c98f

Please sign in to comment.