Skip to content

Commit

Permalink
Merge pull request #151 from AdminXeq/burn
Browse files Browse the repository at this point in the history
Dev_fund wallet address fix
  • Loading branch information
AdminXeq committed Jan 17, 2024
2 parents e339e12 + 923563d commit 0e9bc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Expand Up @@ -278,7 +278,7 @@ namespace config
std::string const NEW_BRIDGE_WALLET_ADDRESS = "TvyjwByVHjgCqNKrngt4TQRDgJL7cazWnTXYHXmbFewsKMuN6ozKNcBVkgcpyQwVPRYZCyaAe1W7xN8SdgxqnT4S1UMStejYx";
std::string const DEV_FUND_WALLET = "TvzdbKGga5fSr7fgCTuvR1GY4g9v3No28a6QrcdnnwBkFtisk4MKPLnARAunWBxQJ82L96nGS3ET7BQMhzM788Kp1pweuUfPD";
std::string const NEW_GOV_WALLET = "TvzXGov4tNr6jYG2gdox7bcuEBwwSTpQYAb6w7qgSxuu4hsxY9CMgMgaL6EeqVcQ6hS7Cppn73W8ZSMU8gLMi4N42yTShfkP9";
std::string const NEW_DEV_WALLET = "Tw1XDEVkfVsRFhvjPQJgTjFi4uXDBiMomYeaaaj43SHPSTyLj8nBkdv2KBV8t9CzuCUy1fgYkk9tse6xA3B5oPJZjLfHLDrh";
std::string const NEW_DEV_WALLET = "Tw1XDEVkfVsRFhvjPQJgTjFi4uXDBiMomYeaaaj43SHPSTyLj8nBkdv2KBV8t9CzuCUy1fgYkk9tse6xA3B5oPJZ1jLfHLDrh";

namespace testnet
{
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
@@ -1,5 +1,5 @@
#define DEF_XEQ_VERSION_MAJOR 19
#define DEF_XEQ_VERSION_MINOR 0
#define DEF_XEQ_VERSION_MINOR 1
#define DEF_XEQ_VERSION_PATCH 0
#define DEF_XEQ_VERSION_IS_RELEASE @VERSION_IS_RELEASE@

Expand Down

0 comments on commit 0e9bc1e

Please sign in to comment.