Ensure that the txBytes used to challenge both deposits/transactions are direct spends of the exiting transaction. Using the grandchild transaction will not work because the confirm signature needs to sign over the spending the transaction.
No tests as this is a simple require statement.
Fixes #63
Changed fastforward helper in the test removing the strict bound. The difference in time between the mined block and block before the fastfoward only needs to be atleast time or bigger
Ensure that the txBytes used to challenge both deposits/transactions are direct spends of the exiting transaction. Using the grandchild transaction will not work because the confirm signature needs to sign over the spending the transaction.
No tests as this is a simple
require
statement.Fixes #63
Changed
fastforward
helper in the test removing the strict bound. The difference in time between the mined block and block before the fastfoward only needs to be atleast time or bigger