Skip to content

Commit 1a486ee

Browse files
committed
Change PSBT.SignAll nullable
1 parent ef866eb commit 1a486ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NBitcoin/BIP174/PartiallySignedTransaction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public PSBT SignAll(ScriptPubKeyType scriptPubKeyType, IHDKey accountKey)
518518
/// <param name="accountKey">The account key with which to sign</param>
519519
/// <param name="sigHash">The SigHash</param>
520520
/// <returns>This PSBT</returns>
521-
public PSBT SignAll(IHDScriptPubKey accountHDScriptPubKey, IHDKey accountKey)
521+
public PSBT SignAll(IHDScriptPubKey? accountHDScriptPubKey, IHDKey accountKey)
522522
{
523523
return SignAll(accountHDScriptPubKey, accountKey, null);
524524
}

0 commit comments

Comments
 (0)