Skip to content

Commit

Permalink
Merge #760: [0.18] dynaParamsToJSON: No lock required
Browse files Browse the repository at this point in the history
9fd3890 dynaParamsToJSON: No lock required (Gregory Sanders)

Pull request description:

  backport of #758

Tree-SHA512: 2f65cc70667fc7afd36ba94c141b2d98742ed39b6d85d4cbeba8c584e68b8899f47d9f5b8f8ed2eb13db5a9e66f255f70fb0ed8fbe8072c2cd827d475d257ec8
  • Loading branch information
instagibbs committed Oct 29, 2019
2 parents 3e85c3e + 9fd3890 commit d507c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ UniValue paramEntryToJSON(const DynaFedParamEntry& entry)

UniValue dynaParamsToJSON(const DynaFedParams& dynafed_params)
{
AssertLockHeld(cs_main);
UniValue ret(UniValue::VOBJ);
ret.pushKV("current", paramEntryToJSON(dynafed_params.m_current));
ret.pushKV("proposed", paramEntryToJSON(dynafed_params.m_proposed));
Expand Down

0 comments on commit d507c7e

Please sign in to comment.