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
let our_channel_close_key_hash = WPubkeyHash::hash(&shutdown_pubkey.serialize());
1090
1090
let shutdown_script = Builder::new().push_opcode(opcodes::all::OP_PUSHBYTES_0).push_slice(&our_channel_close_key_hash[..]).into_script();
1091
1091
1092
-
let remote_tx_cache = RemoteTxCache{remote_delayed_payment_base_key:*remote_delayed_payment_base_key,remote_htlc_base_key:*remote_htlc_base_key, on_remote_tx_csv,per_htlc:HashMap::new()};
1092
+
let remote_tx_cache = RemoteCommitmentTransaction{remote_delayed_payment_base_key:*remote_delayed_payment_base_key,remote_htlc_base_key:*remote_htlc_base_key, on_remote_tx_csv,per_htlc:HashMap::new()};
0 commit comments