Skip to content

Commit

Permalink
0 the 0 that should have been a 1 (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Mar 26, 2019
1 parent 9fab8ee commit 1dd9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/libtx/reward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ where
let msg = kernel_sig_msg(0, 0, KernelFeatures::Coinbase)?;
let sig = match test_mode {
true => {
let test_nonce = secp::key::SecretKey::from_slice(&secp, &[0u8; 32])?;
let test_nonce = secp::key::SecretKey::from_slice(&secp, &[1; 32])?;
aggsig::sign_from_key_id(
&secp,
keychain,
Expand Down

0 comments on commit 1dd9a87

Please sign in to comment.