Skip to content

Commit

Permalink
revert signing prune messages with prefix (#3921)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack authored Dec 4, 2024
1 parent 0276c07 commit eb40511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gossip/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ impl Signable for PruneData {
}

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

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

0 comments on commit eb40511

Please sign in to comment.