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 94b118c commit 69bf666Copy full SHA for 69bf666
testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs
@@ -3895,7 +3895,7 @@ mod tests {
3895
BlockstackOperationType::LeaderBlockCommit(commit_op),
3896
&mut op_signer,
3897
)
3898
- .expect("Build leader block commit should work");
+ .expect("Submit op should work");
3899
3900
assert!(op_signer.is_disposed());
3901
@@ -4067,7 +4067,7 @@ mod tests {
4067
BlockstackOperationType::LeaderKeyRegister(leader_key_op),
4068
4069
4070
4071
4072
4073
0 commit comments