Skip to content

Commit

Permalink
sign prune data with prefix (anza-xyz#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack authored Nov 20, 2024
1 parent cba5d47 commit a986918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gossip/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ impl Signable for PruneData {
}

fn signable_data(&self) -> Cow<[u8]> {
// Continue to return signable data without a prefix until cluster has upgraded
self.signable_data_without_prefix()
self.signable_data_with_prefix()
}

fn get_signature(&self) -> Signature {
Expand Down

0 comments on commit a986918

Please sign in to comment.