Skip to content

Commit 044f22d

Browse files
committed
tests/sampleData: update responses
1 parent c5fcd3c commit 044f22d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/util/tests/sampleData.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ export const lndWalletBalance: LND.WalletBalanceResponse.AsObject = {
101101
totalBalance: 84992363,
102102
confirmedBalance: 84992363,
103103
unconfirmedBalance: 0,
104-
accountBalance: []
104+
accountBalance: [],
105+
lockedBalance: 30323021
105106
};
106107

107108
const txId = '6ee4e45870ac6191e25173f29804851e9f4bcf10f65f8b63100f488989e1e7a8';
@@ -371,7 +372,9 @@ export const loopListSwaps: LOOP.ListSwapsResponse.AsObject = {
371372
costServer: 66,
372373
costOnchain: 6812,
373374
costOffchain: 2,
374-
label: `Sample Swap #${i + 1}`
375+
label: `Sample Swap #${i + 1}`,
376+
lastHop: '0a1',
377+
outgoingChanSet: []
375378
}))
376379
};
377380

0 commit comments

Comments
 (0)