mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
rpc: getdeploymentinfo: include signalling info
This commit is contained in:
@ -202,6 +202,7 @@ class BlockchainTest(BitcoinTestFramework):
|
||||
'count': height - 143,
|
||||
'possible': True,
|
||||
},
|
||||
'signalling': '#'*(height-143),
|
||||
},
|
||||
'active': False
|
||||
},
|
||||
|
Reference in New Issue
Block a user