mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-19 13:27:30 +02:00
Prior to this commit, several test functions were using "True" to flag internal and "False" to flag external for the HD branch for the wallet, but we now use BaseWallet vars ADDRESS_TYPE_[IN/EX]TERNAL (1/0), so this is changed to explicitly reference those. There is no change to the live code (which calls get_[internal/external]_addr). In addition _index_cache updates in wallet are protected with a wrapper function to ensure that the branch requested is valid. Tests pass both before and after this change. |
||
|---|---|---|
| .. | ||
| Dockerfiles | ||
| travis | ||
| bitcoin.conf | ||
| common.py | ||
| payjoinclient.py | ||
| payjoinserver.py | ||
| regtest_joinmarket.cfg | ||
| run_tests.sh | ||
| test_full_coinjoin.py | ||
| test_segwit.py | ||
| tx_segwit_valid.json | ||
| ygrunner.py | ||