diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index df469bfab..1bab3b66a 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -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)