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 c5fcd3c commit 044f22dCopy full SHA for 044f22d
lib/util/tests/sampleData.ts
@@ -101,7 +101,8 @@ export const lndWalletBalance: LND.WalletBalanceResponse.AsObject = {
101
totalBalance: 84992363,
102
confirmedBalance: 84992363,
103
unconfirmedBalance: 0,
104
- accountBalance: []
+ accountBalance: [],
105
+ lockedBalance: 30323021
106
};
107
108
const txId = '6ee4e45870ac6191e25173f29804851e9f4bcf10f65f8b63100f488989e1e7a8';
@@ -371,7 +372,9 @@ export const loopListSwaps: LOOP.ListSwapsResponse.AsObject = {
371
372
costServer: 66,
373
costOnchain: 6812,
374
costOffchain: 2,
- label: `Sample Swap #${i + 1}`
375
+ label: `Sample Swap #${i + 1}`,
376
+ lastHop: '0a1',
377
+ outgoingChanSet: []
378
}))
379
380
0 commit comments