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: contrib/msggen/msggen/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32300,7 +32300,7 @@
32300
32300
"rpc": "sendpsbt",
32301
32301
"title": "Command to finalize, extract and send a partially signed bitcoin transaction (PSBT).",
32302
32302
"description": [
32303
-
"The **sendpsbt** is a low-level RPC command which sends a fully-signed PSBT."
32303
+
"The **sendpsbt** is a low-level RPC command which sends a fully-signed PSBT. If the PSBT is the same one promised by a channel (via fundchannel_complete) it will also be associated with that channel and re-transmitted if necessary on restart."
Copy file name to clipboardExpand all lines: doc/schemas/sendpsbt.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"rpc": "sendpsbt",
5
5
"title": "Command to finalize, extract and send a partially signed bitcoin transaction (PSBT).",
6
6
"description": [
7
-
"The **sendpsbt** is a low-level RPC command which sends a fully-signed PSBT."
7
+
"The **sendpsbt** is a low-level RPC command which sends a fully-signed PSBT. If the PSBT is the same one promised by a channel (via fundchannel_complete) it will also be associated with that channel and re-transmitted if necessary on restart."
0 commit comments