Skip to content

Commit 171aca2

Browse files
jamaljsrguggero
authored andcommitted
ui+types: fix RPC response types in sample data
1 parent 1444e7a commit 171aca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/util/tests/sampleData.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const lndGetInfo: LND.GetInfoResponse.AsObject = {
2626
syncedToGraph: true,
2727
testnet: false,
2828
chainsList: [{ chain: 'bitcoin', network: 'regtest' }],
29+
requireHtlcInterceptor: false,
2930
urisList: [
3031
'038b3fc29cfc195c9b190d86ad2d40ce7550a5c6f13941f53c7d7ac5b25c912a6c@172.18.0.7:9735',
3132
],
@@ -159,6 +160,7 @@ export const lndPendingChannel: LND.PendingChannelsResponse.PendingChannel.AsObj
159160
remoteNodePub: '03bb934930cdcd25576aa61d08cc95214e0036f1219c435c06976e561558703290',
160161
numForwardingPackages: '7',
161162
chanStatusFlags: 'ChanStatusDefault',
163+
pb_private: false,
162164
};
163165

164166
export const lndPendingChannels: LND.PendingChannelsResponse.AsObject = {
@@ -171,7 +173,6 @@ export const lndPendingChannels: LND.PendingChannelsResponse.AsObject = {
171173
},
172174
commitFee: '9050',
173175
commitWeight: '552',
174-
confirmationHeight: 0,
175176
feePerKw: '12500',
176177
},
177178
],
@@ -274,6 +275,7 @@ export const lndTransaction: LND.Transaction.AsObject = {
274275
totalFees: '0',
275276
txHash: '1f765f45f2a6d33837a203e3fc911915c891e9b86f9c9d91a1931b92efdedf5b',
276277
label: '',
278+
outputDetailsList: [],
277279
};
278280

279281
export const lndGetChanInfo: Required<LND.ChannelEdge.AsObject> = {

0 commit comments

Comments
 (0)