mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-15 01:49:40 +00:00
Add BIP65 to getblockchaininfo softforks list
Rebased-From: 54a200ac9ad8909303ccf1ac49c291e0c2b5fb23
This commit is contained in:
parent
ba1da90b33
commit
6af25b0f64
@ -547,6 +547,7 @@ Value getblockchaininfo(const Array& params, bool fHelp)
|
||||
Array softforks;
|
||||
softforks.push_back(SoftForkDesc("bip34", 2, tip, consensusParams));
|
||||
softforks.push_back(SoftForkDesc("bip66", 3, tip, consensusParams));
|
||||
softforks.push_back(SoftForkDesc("bip65", 4, tip, consensusParams));
|
||||
obj.push_back(Pair("softforks", softforks));
|
||||
|
||||
if (fPruneMode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user