From e64843ced509c24f783276d4cc0f2f26c9d527f2 Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:55:18 -0700 Subject: really s/Doge/Dis/g this time --- src/key.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/key.cpp') diff --git a/src/key.cpp b/src/key.cpp index 48c885c76..33e4f2aab 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -185,7 +185,7 @@ bool CKey::VerifyPubKey(const CPubKey& pubkey) const { return false; } unsigned char rnd[8]; - std::string str = "Dogecoin key verification\n"; + std::string str = "Discoin key verification\n"; GetRandBytes(rnd, sizeof(rnd)); uint256 hash; CHash256().Write((unsigned char*)str.data(), str.size()).Write(rnd, sizeof(rnd)).Finalize(hash.begin()); -- cgit v1.2.3