Browse Source
Fixes #743. The utility function `get_utxo_info` tests the validity of the utxo string and the private key, so there is no need to repeat this test; but we need to add utxo data in binary format, so an option is included to return it in this form. The 4 ways of adding external commitments were tested as all working after this commit: read in from json, read in from file (csv format), read in from command line and read from wallet. Also fixes #741 - help message refers to correct scriptpubkey types.master
2 changed files with 21 additions and 13 deletions
Loading…
Reference in new issue