Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Feb 28, 2025
1 parent f36a2fa commit 4385be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NBitcoin/BIP174/PartiallySignedTransaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,7 @@ public Transaction GetOriginalTransaction()
}
return clone;
}

public Transaction GetGlobalTransaction() => GetGlobalTransaction(true);
public Transaction GetGlobalTransaction() => GetGlobalTransaction(false);
public abstract Transaction GetGlobalTransaction(bool @unsafe);
}
}
Expand Down

0 comments on commit 4385be5

Please sign in to comment.