paychmgr: Review comments

Co-authored-by: Hannah Howard <hannah@hannahhoward.net>
Co-authored-by: dirkmc <dirkmdev@gmail.com>
This commit is contained in:
Łukasz Magiera
2022-02-14 20:07:13 +01:00
committed by GitHub
co-authored by Hannah Howard dirkmc
parent f61eb23f8f
commit df5bd147fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ type Client struct {
// and storage providers for retrieval deals
SimultaneousTransfersForRetrieval uint64
// Require that retrievals perform no on-chain retrievals. Paid retrievals
// 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.
OffChainRetrieval bool