mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-04 23:14:23 +01:00
lnwallet: increase size of test reservation due to high funding limit
This commit is contained in:
@@ -547,7 +547,7 @@ func testCancelNonExistantReservation(miner *rpctest.Harness,
|
|||||||
|
|
||||||
// Create our own reservation, give it some ID.
|
// Create our own reservation, give it some ID.
|
||||||
res, err := lnwallet.NewChannelReservation(
|
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 {
|
if err != nil {
|
||||||
t.Fatalf("unable to create res: %v", err)
|
t.Fatalf("unable to create res: %v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user