lnwallet: increase size of test reservation due to high funding limit

This commit is contained in:
Olaoluwa Osuntokun 2018-01-28 16:55:07 -08:00
parent 3036fc0181
commit 1819abf224
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -547,7 +547,7 @@ func testCancelNonExistantReservation(miner *rpctest.Harness,
// Create our own reservation, give it some ID.
res, err := lnwallet.NewChannelReservation(
1000, 1000, feeRate, alice, 22, 10, &testHdSeed, lnwire.FFAnnounceChannel,
10000, 10000, feeRate, alice, 22, 10, &testHdSeed, lnwire.FFAnnounceChannel,
)
if err != nil {
t.Fatalf("unable to create res: %v", err)