Skip to content

Commit 884819d

Browse files
committed
Change Beacon Rain Address to Beacon Address
1 parent 5231c84 commit 884819d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridcoin/researcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ AdvertiseBeaconResult GenerateBeaconKey(const Cpid& cpid)
664664
// help identify transactions in the GUI:
665665
//
666666
const std::string address_label = strprintf(
667-
"Beacon Rain Address for CPID %s (at %" PRIu64 ")",
667+
"Beacon Address for CPID %s (at %" PRIu64 ")",
668668
cpid.ToString(),
669669
static_cast<uint64_t>(nBestHeight));
670670

0 commit comments

Comments
 (0)