vacuumlabs/ledgerjs-cardano-shelley

Zero numerical values are being always rejected

Closed this issue · 0 comments

Transactions with zero fee or pool margin are being automatically rejected by "invalid " error even though Ledger could handle it.

This is the root cause:

&& (data.length === 0 || data[0] !== "0")