You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
It's unclear from the documentation how --initial_owner_utxo and --issuance_utxo are supposed to be used, and it's different from how JSON is encoded when using bitcoin-cli. So an example would help:
--initial_owner_utxo TXID:VOUT
This code also needs more input validation, as for example the following syntax leads to a crash: --initial_owner_utxo "{txid: <TXID>, vout: <VOUT> }"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's unclear from the documentation how
--initial_owner_utxo
and--issuance_utxo
are supposed to be used, and it's different from how JSON is encoded when usingbitcoin-cli
. So an example would help:This code also needs more input validation, as for example the following syntax leads to a crash:
--initial_owner_utxo "{txid: <TXID>, vout: <VOUT> }"
The text was updated successfully, but these errors were encountered: