gen
This commit is contained in:
parent
deb9882520
commit
60b9acc09d
@ -866,7 +866,7 @@ type ChannelAvailableFunds struct {
|
|||||||
PendingAmt types.BigInt
|
PendingAmt types.BigInt
|
||||||
// AvailableAmt is part of ConfirmedAmt that is available for use (pre-allocated)
|
// AvailableAmt is part of ConfirmedAmt that is available for use (pre-allocated)
|
||||||
AvailableAmt types.BigInt
|
AvailableAmt types.BigInt
|
||||||
// PendingAvailableAmt is the amount of funds that are pending confirmation on-chain that will become available once confirmed
|
// PendingAvailableAmt is the amount of funds that are pending confirmation on-chain that will become available once confirmed
|
||||||
PendingAvailableAmt types.BigInt
|
PendingAvailableAmt types.BigInt
|
||||||
// PendingWaitSentinel can be used with PaychGetWaitReady to wait for
|
// PendingWaitSentinel can be used with PaychGetWaitReady to wait for
|
||||||
// confirmation of pending funds
|
// confirmation of pending funds
|
||||||
|
@ -109,7 +109,7 @@ and storage providers for retrieval deals`,
|
|||||||
Name: "OffChainRetrieval",
|
Name: "OffChainRetrieval",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
|
|
||||||
Comment: `Require that retrievals perform no on-chain retrievals. Paid retrievals
|
Comment: `Require that retrievals perform no on-chain operations. Paid retrievals
|
||||||
without existing payment channels with available funds will fail instead
|
without existing payment channels with available funds will fail instead
|
||||||
of automatically performing on-chain operations.`,
|
of automatically performing on-chain operations.`,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user