mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Fixing nits, adding invariant to 'ClosedChannelWithTimeout' that requires the funds to be paid to the clientSPK
This commit is contained in:
parent
056b53c159
commit
98bc0d01b0
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class TransactionSignatureCreatorSpec extends Properties("TransactionSignatureCr
|
|||
val result = ScriptInterpreter.run(program)
|
||||
Seq(ScriptOk, ScriptErrorPushSize).contains(result)
|
||||
}
|
||||
|
||||
property("fail to verify a transaction with a relative locktime that has not been satisfied yet") =
|
||||
Prop.forAllNoShrink(TransactionGenerators.unspendableCSVTransaction :| "unspendable csv") {
|
||||
case (txSignatureComponent: TxSigComponent, _) =>
|
||||
|
|
Loading…
Add table
Reference in a new issue