File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stackslib/src/chainstate/stacks/boot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8353,9 +8353,9 @@ fn test_scenario_three(use_nakamoto: bool) {
8353
8353
assert_eq ! ( amount_locked_actual, amount_locked_expected) ;
8354
8354
8355
8355
// Check Bob signer key
8356
- let signer_key_expected = Value :: buff_from ( bob. public_key . to_bytes_compressed ( ) ) ;
8356
+ let signer_key_expected = Value :: buff_from ( bob. public_key . to_bytes_compressed ( ) ) . unwrap ( ) ;
8357
8357
let signer_key_actual = bob_stack_tx_ok. data_map . get ( "signer-key" ) . unwrap ( ) . clone ( ) ;
8358
- assert_eq ! ( signer_key_actual, signer_key_actual ) ;
8358
+ assert_eq ! ( signer_key_actual, signer_key_expected ) ;
8359
8359
8360
8360
// 5. Check that David can't delegate-stack-stx Eve if delegation expires during lock period
8361
8361
let eve_delegate_stx_to_david_err = receipts
You can’t perform that action at this time.
0 commit comments