Filip
1
error: invalid value ‘1234’ for ‘[AMOUNT]’: the input doesn’t contain a denomination
How to specify the denomination when sending sats? There is no help about this parameter format.
[a small related parsing bug: If I specify 1234SATS, a weird error message appears: Unexpected argument ‘from’ appears]
You should have it working by providing amount that way: “1234 sats”
We’re using bitcoin_units’ Amount
, a full list of usable denominations can be found here
Filip
3
Thanks, it would be great to have it in --help (incl. “”)
steven
5
merged
thanks for reporting OP
1 Like