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: src/error.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ pub enum RuntimeError {
305
305
#[error("Missing fields to construct PSBT transaction output (amount and scriptPubKey/descriptor are required)")]
306
306
PsbtTxOutMissingFields,
307
307
308
-
#[error("Invalid PSBT signing keys. Expected an Xpriv, array of Xprivs, or a tagged array mapping from single PubKeys to single SecKeys")]
308
+
#[error("Invalid PSBT signing keys. Expected an Xpriv, array of Xprivs, single SecKey, array of single SecKeys, or a tagged array mapping from single PubKeys to single SecKeys")]
0 commit comments