This commit is contained in:
Łukasz Magiera 2022-02-14 21:16:41 +01:00
parent deb9882520
commit 60b9acc09d
2 changed files with 2 additions and 2 deletions

View File

@ -866,7 +866,7 @@ type ChannelAvailableFunds struct {
PendingAmt types.BigInt
// AvailableAmt is part of ConfirmedAmt that is available for use (pre-allocated)
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
// PendingWaitSentinel can be used with PaychGetWaitReady to wait for
// confirmation of pending funds

View File

@ -109,7 +109,7 @@ and storage providers for retrieval deals`,
Name: "OffChainRetrieval",
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
of automatically performing on-chain operations.`,
},