diff --git a/api/api_full.go b/api/api_full.go index d6f657ad0..b621dd9fb 100644 --- a/api/api_full.go +++ b/api/api_full.go @@ -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 diff --git a/node/config/doc_gen.go b/node/config/doc_gen.go index d160643c2..2a7f63180 100644 --- a/node/config/doc_gen.go +++ b/node/config/doc_gen.go @@ -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.`, },