As per title
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING7fb4bb20827c: Replace BTC by BCH in util.py error messages and docstrings
rABC7fb4bb20827c: Replace BTC by BCH in util.py error messages and docstrings
Tweak wallet_basic.py line 31. Replace:
assert_fee_amount(fee, tx_size, fee_per_byte * 1000)
By:
assert_fee_amount(fee, tx_size, fee_per_byte * 10000)
Run:
./test/functional/test_runner.py wallet_basic
Check that there is an assertion (fee too low).
The assertion message should now contains a BCH amount instead of BTC.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable