We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5231c84 commit 884819dCopy full SHA for 884819d
src/gridcoin/researcher.cpp
@@ -664,7 +664,7 @@ AdvertiseBeaconResult GenerateBeaconKey(const Cpid& cpid)
664
// help identify transactions in the GUI:
665
//
666
const std::string address_label = strprintf(
667
- "Beacon Rain Address for CPID %s (at %" PRIu64 ")",
+ "Beacon Address for CPID %s (at %" PRIu64 ")",
668
cpid.ToString(),
669
static_cast<uint64_t>(nBestHeight));
670
0 commit comments