You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fuzz/fuzz_targets/full_stack_target.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ impl KeysInterface for KeyProvider {
244
244
fnget_destination_script(&self) -> Script{
245
245
let secp_ctx = Secp256k1::signing_only();
246
246
let channel_monitor_claim_key = SecretKey::from_slice(&hex::decode("0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap()[..]).unwrap();
247
-
let our_channel_monitor_claim_key_hash = <Hash160asbitcoin_hashes::Hash>::hash(&PublicKey::from_secret_key(&secp_ctx,&channel_monitor_claim_key).serialize());
247
+
let our_channel_monitor_claim_key_hash = <Hash160asbitcoin::hashes::Hash>::hash(&PublicKey::from_secret_key(&secp_ctx,&channel_monitor_claim_key).serialize());
0 commit comments