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 b084b4f commit 0ae71f3Copy full SHA for 0ae71f3
cmd/chantools/sweeptimelockmanual_test.go
@@ -54,7 +54,7 @@ func TestSweepTimeLockManual(t *testing.T) {
54
55
_, _, _, _, _, err = tryKey(
56
baseKey, revPubKey, defaultCsvLimit, lockScript,
57
- tc.keyIndex,
+ tc.keyIndex, 500,
58
)
59
require.NoError(t, err)
60
}
0 commit comments