Skip to content

Commit 65ef372

Browse files
committed
Add BIP65 to getblockchaininfo softforks list
1 parent cde7ab2 commit 65ef372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpcblockchain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
648648
UniValue softforks(UniValue::VARR);
649649
softforks.push_back(SoftForkDesc("bip34", 2, tip, consensusParams));
650650
softforks.push_back(SoftForkDesc("bip66", 3, tip, consensusParams));
651+
softforks.push_back(SoftForkDesc("bip65", 4, tip, consensusParams));
651652
obj.push_back(Pair("softforks", softforks));
652653

653654
if (fPruneMode)

0 commit comments

Comments
 (0)