Skip to content

Commit

Permalink
Change Beacon Rain Address to Beacon Address
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Apr 18, 2021
1 parent 5231c84 commit 884819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridcoin/researcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ AdvertiseBeaconResult GenerateBeaconKey(const Cpid& cpid)
// help identify transactions in the GUI:
//
const std::string address_label = strprintf(
"Beacon Rain Address for CPID %s (at %" PRIu64 ")",
"Beacon Address for CPID %s (at %" PRIu64 ")",
cpid.ToString(),
static_cast<uint64_t>(nBestHeight));

Expand Down

0 comments on commit 884819d

Please sign in to comment.