File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export const lndGetInfo: LND.GetInfoResponse.AsObject = {
26
26
syncedToGraph : true ,
27
27
testnet : false ,
28
28
chainsList : [ { chain : 'bitcoin' , network : 'regtest' } ] ,
29
+ requireHtlcInterceptor : false ,
29
30
urisList : [
30
31
'038b3fc29cfc195c9b190d86ad2d40ce7550a5c6f13941f53c7d7ac5b25c912a6c@172.18.0.7:9735' ,
31
32
] ,
@@ -159,6 +160,7 @@ export const lndPendingChannel: LND.PendingChannelsResponse.PendingChannel.AsObj
159
160
remoteNodePub : '03bb934930cdcd25576aa61d08cc95214e0036f1219c435c06976e561558703290' ,
160
161
numForwardingPackages : '7' ,
161
162
chanStatusFlags : 'ChanStatusDefault' ,
163
+ pb_private : false ,
162
164
} ;
163
165
164
166
export const lndPendingChannels : LND . PendingChannelsResponse . AsObject = {
@@ -171,7 +173,6 @@ export const lndPendingChannels: LND.PendingChannelsResponse.AsObject = {
171
173
} ,
172
174
commitFee : '9050' ,
173
175
commitWeight : '552' ,
174
- confirmationHeight : 0 ,
175
176
feePerKw : '12500' ,
176
177
} ,
177
178
] ,
@@ -274,6 +275,7 @@ export const lndTransaction: LND.Transaction.AsObject = {
274
275
totalFees : '0' ,
275
276
txHash : '1f765f45f2a6d33837a203e3fc911915c891e9b86f9c9d91a1931b92efdedf5b' ,
276
277
label : '' ,
278
+ outputDetailsList : [ ] ,
277
279
} ;
278
280
279
281
export const lndGetChanInfo : Required < LND . ChannelEdge . AsObject > = {
You can’t perform that action at this time.
0 commit comments