Skip to content

Commit

Permalink
Update social links (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Jun 14, 2021
1 parent e2c8db6 commit 237d229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/wallet/rpcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ UniValue dumpprivkey_firo(const JSONRPCRequest& request)
"\n"
" Please seek help on one of our public channels. \n"
" Telegram: https://t.me/firoproject \n"
" Discord: https://discordapp.com/invite/4FjnQ2q\n"
" Reddit: https://www.reddit.com/r/firo/\n"
" Discord: https://discord.com/invite/TGZPRbRT3Y\n"
" Reddit: https://www.reddit.com/r/FiroProject/\n"
"\n"
;
throw runtime_error(warning);
Expand Down Expand Up @@ -836,8 +836,8 @@ UniValue dumpwallet_firo(const JSONRPCRequest& request)
"\n"
" Please seek help on one of our public channels. \n"
" Telegram: https://t.me/firoproject \n"
" Discord: https://discordapp.com/invite/4FjnQ2q\n"
" Reddit: https://www.reddit.com/r/firo/\n"
" Discord: https://discord.com/invite/TGZPRbRT3Y\n"
" Reddit: https://www.reddit.com/r/FiroProject/\n"
"\n"
;
throw runtime_error(warning);
Expand Down

0 comments on commit 237d229

Please sign in to comment.