Skip to content

Commit

Permalink
Update codec.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr authored Oct 25, 2024
1 parent 2f42147 commit 74d3b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stacks-codec/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4334,7 +4334,7 @@ pub struct MockProposal {
/// The view of the stacks node peer information at the time of the mock proposal
pub peer_info: PeerInfo,
/// The miner's signature across the peer info
signature: MessageSignature,
pub signature: MessageSignature,
}

impl StacksMessageCodec for MockProposal {
Expand Down

0 comments on commit 74d3b2d

Please sign in to comment.