Skip to content

Commit ea2c239

Browse files
committed
merge: fix conflict, #6248
1 parent 429840d commit ea2c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-node/src/operations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl BurnchainOpSigner {
116116
/// This is useful in testing scenarios where you need a fresh, undisposed copy
117117
/// of a signer without recreating the private key.
118118
pub fn undisposed(&self) -> Self {
119-
Self::new(self.secret_key, false)
119+
Self::new(self.secret_key)
120120
}
121121
}
122122

0 commit comments

Comments
 (0)