diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-11-12 07:14:21 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2022-01-15 04:37:56 +1000 |
commit | 240cad09baefcf363cce36a4b2795122adfce27f (patch) | |
tree | 3ca74e49bb15731b8649405d1060367d425b6696 /test | |
parent | 376c0c6dae2bebbb3e1352377e71fb1996d09f64 (diff) |
rpc: getdeploymentinfo: include signalling info
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/rpc_blockchain.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py index 0e560abc49..12814c42bc 100755 --- a/test/functional/rpc_blockchain.py +++ b/test/functional/rpc_blockchain.py @@ -202,6 +202,7 @@ class BlockchainTest(BitcoinTestFramework): 'count': height - 143, 'possible': True, }, + 'signalling': '#'*(height-143), }, 'active': False }, |