Skip to content

Commit f9e0b88

Browse files
committed
f Actually P2TR
1 parent 736a57a commit f9e0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ pub struct Shutdown {
295295
pub channel_id: [u8; 32],
296296
/// The destination of this peer's funds on closing.
297297
///
298-
/// Must be in one of these forms: P2PKH, P2SH, P2WPKH, P2WSH.
298+
/// Must be in one of these forms: P2PKH, P2SH, P2WPKH, P2WSH, P2TR.
299299
pub scriptpubkey: Script,
300300
}
301301

0 commit comments

Comments
 (0)