Skip to content

Commit

Permalink
feat: show pubKeyOperator using its internal bls scheme
Browse files Browse the repository at this point in the history
should also match the scheme it was created with in the original protx and match nVersion in CSimplifiedMNListEntry
  • Loading branch information
UdjinM6 committed Jun 11, 2023
1 parent fabc8ed commit 16361db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evo/simplifiedmns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void CSimplifiedMNListEntry::ToJson(UniValue& obj, bool extended) const
obj.pushKV("proRegTxHash", proRegTxHash.ToString());
obj.pushKV("confirmedHash", confirmedHash.ToString());
obj.pushKV("service", service.ToString(false));
obj.pushKV("pubKeyOperator", pubKeyOperator.Get().ToString());
obj.pushKV("pubKeyOperator", pubKeyOperator.ToString());
obj.pushKV("votingAddress", EncodeDestination(PKHash(keyIDVoting)));
obj.pushKV("isValid", isValid);
obj.pushKV("nVersion", nVersion);
Expand Down

0 comments on commit 16361db

Please sign in to comment.