Skip to content

Commit 0ae71f3

Browse files
committed
sweeptimelockmanual: fix test
1 parent b084b4f commit 0ae71f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/chantools/sweeptimelockmanual_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestSweepTimeLockManual(t *testing.T) {
5454

5555
_, _, _, _, _, err = tryKey(
5656
baseKey, revPubKey, defaultCsvLimit, lockScript,
57-
tc.keyIndex,
57+
tc.keyIndex, 500,
5858
)
5959
require.NoError(t, err)
6060
}

0 commit comments

Comments
 (0)