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.
2 parents a205275 + f0dcff0 commit be60525Copy full SHA for be60525
modules/abstract-lightning/src/codecs/api/balance.ts
@@ -72,10 +72,10 @@ export const LndGetOffchainBalances = t.strict(
72
outboundBalance: BigIntFromString,
73
outboundPendingBalance: BigIntFromString,
74
outboundUnsettledBalance: BigIntFromString,
75
+ outboundLockedBalance: BigIntFromString,
76
inboundBalance: BigIntFromString,
77
inboundPendingBalance: BigIntFromString,
78
inboundUnsettledBalance: BigIntFromString,
- lockedBalance: BigIntFromString,
79
},
80
'LndGetOffchainBalances'
81
);
0 commit comments