Skip to content

Commit

Permalink
Merge pull request fedimint#6464 from maan2003/ma/jj-wvrsyksmystp
Browse files Browse the repository at this point in the history
chore(mint recovery): add comment for index usage
  • Loading branch information
maan2003 authored Nov 27, 2024
2 parents ccb1de8 + 6b43f71 commit 1e82101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/fedimint-mint-client/src/backup/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ impl From<CompressedBlindedMessage> for BlindedMessage {
pub enum MintRecoveryState {
#[encodable(index = 2)]
V2(MintRecoveryStateV2),
// index 0 has incompatible db encoding, index 1 was skipped to match with V2
#[encodable_default]
Default { variant: u64, bytes: Vec<u8> },
}
Expand Down

0 comments on commit 1e82101

Please sign in to comment.