Skip to content

Commit

Permalink
Have beacon report specifically filter with datatype beacon; since be…
Browse files Browse the repository at this point in the history
…acon alone now displays the beaconalt; as well. in turn beacon report decodesbase64 the contract so when it does these beaconalt; entries it can put out binary data results. and noting with decodebase64 be able to seg fault in limited situations this should be in place to prevent that possibility
  • Loading branch information
iFoggz committed Mar 2, 2018
1 parent 3ffccdb commit e67dfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcblockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@ Array GetJSONBeaconReport()
Array results;
Object entry;
entry.push_back(Pair("CPID","GRCAddress"));
std::string datatype="beacon";
std::string datatype="beacon;";
std::string row;
for(const auto& item : AppCacheFilter(datatype))
{
Expand Down

0 comments on commit e67dfb6

Please sign in to comment.