We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af3d2e commit a531b50Copy full SHA for a531b50
stacks-signer/src/v0/signer.rs
@@ -608,7 +608,7 @@ impl Signer {
608
609
// authenticate the signature -- it must be signed by one of the stacking set
610
let is_valid_sig = self.signer_addresses.iter().any(|addr| {
611
- let stacker_address = StacksAddress::p2pkh(true, &public_key);
+ let stacker_address = StacksAddress::p2pkh(self.mainnet, &public_key);
612
613
// it only matters that the address hash bytes match
614
stacker_address.bytes == addr.bytes
0 commit comments