Skip to content

Commit

Permalink
name_pending valueEncoding typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Dec 30, 2021
1 parent 7fc8953 commit 539166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/nametablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class NameTablePriv
const std::string name = std::string (vtName.begin (), vtName.end ());

const std::string hexData = maybeData.get_str();
const valtype vtData = DecodeName(hexData, NameEncoding::Hex);
const valtype vtData = DecodeName(hexData, NameEncoding::HEX);
const std::string data = std::string (vtData.begin (), vtData.end ());

const bool isMine = find_value ( v, "ismine").get_bool();
Expand Down

0 comments on commit 539166c

Please sign in to comment.