Page MenuHomePhabricator

[qa] rearrange assertion in wallet-accounts
ClosedPublic

Authored by schancel on Sep 23 2018, 02:35.

Details

Summary

Previously, this test sent the mined fee in order to remove it from
the default account. However, if this fee is less than the dust_limit
then sendfrom will fail. This commit rearranges the assertions so
that sending an amount below the dust threshold is unnecessary.

Test Plan
./test/functional/test_runner.py wallet-accounts

Diff Detail

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