From 351733339e2682d3371bcd67cb9f867ebac7fdbf Mon Sep 17 00:00:00 2001 From: miketout Date: Sat, 13 Oct 2018 02:04:15 -0700 Subject: [PATCH] Prepare for release keys --- src/cc/CCcustom.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cc/CCcustom.cpp b/src/cc/CCcustom.cpp index 0bbdbca7c..e60f66acf 100644 --- a/src/cc/CCcustom.cpp +++ b/src/cc/CCcustom.cpp @@ -55,6 +55,11 @@ // to create a new CCaddr, add to rpcwallet the CCaddress and start with -pubkey= with the pubkey of the new address, with its wif already imported. set normaladdr and CChexstr. run CCaddress and it will print the privkey along with autocorrect the CCaddress. which should then update the CCaddr here +// StakeGuard - nothing at stake +std::string StakeGuardaddr = "RCG8KwJNDVwpUBcdoa6AoHqHVJsA1uMYMR"; +std::string StakeGuardPubKey = "03166b7813a4855a88e9ef7340a692ef3c2decedfdc2c7563ec79537e89667d935"; +std::string StakeGuardWIF = "Uw7vRYHGKjyi1FaJ8Lv1USSuj7ntUti8fAhSDiCdbzuV6yDagaTn"; + // Assets, aka Tokens #define FUNCNAME IsAssetsInput #define EVALCODE EVAL_ASSETS