Page MenuHomePhabricator

Replace BTC by BCH in util.py error messages and docstrings
ClosedPublic

Authored by Fabien on Feb 19 2019, 17:08.

Details

Summary

As per title

Test Plan

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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable