Auto merge of #2874 - arcalinea:tx_block_expiry, r=arcalinea

Transaction expiry height

Implements ZIP 203.

- Only applies after Overwinter blockheight.

Closes #754.
This commit is contained in:
Homu
2018-02-23 18:37:48 -08:00
15 changed files with 296 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ testScripts=(
'mempool_reorg.py'
'mempool_tx_input_limit.py'
'mempool_nu_activation.py'
'mempool_tx_expiry.py'
'httpbasics.py'
'zapwallettxes.py'
'proxy_test.py'