We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef63fe commit 0c76753Copy full SHA for 0c76753
test/wrapper/htlc-wrapper-test.js
@@ -25,7 +25,7 @@ contract('HashedTimelockWrapper', accounts => {
25
26
it('newContract() and getContract() in wrapper should create new contract and store correct details', async () => {
27
const hashPair = newSecretHashPair()
28
- const htlcWrapper = new HtlcWrapper(HashedTimelock, provider, null, false, null, null, null)
+ const htlcWrapper = new HtlcWrapper(HashedTimelock, provider, null)
29
const txReceipt = await htlcWrapper.newContract(
30
receiver,
31
hashPair.hash,
0 commit comments