Closed alanshaw closed 10 months ago
Accessing via 'no-wrap' does not work - it is ALWAYS false for some reason.
'no-wrap'
false
--no-wrap
options.wrap
undefined
--wrap
true
Also a tiny fix to ensure our store percentage cannot go over 100% (it can do because of CAR overhead).
reoslves https://github.com/web3-storage/w3cli/issues/148
Accessing via
'no-wrap'
does not work - it is ALWAYSfalse
for some reason.--no-wrap
is passed,options.wrap
will befalse
, otherwiseundefined
--wrap
is passed,options.wrap
will betrue
Also a tiny fix to ensure our store percentage cannot go over 100% (it can do because of CAR overhead).
reoslves https://github.com/web3-storage/w3cli/issues/148