Skip to content

Commit

Permalink
update AIB wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aibproject committed Jan 28, 2020
1 parent b4f2e3c commit a2bae04
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ src/test/test_aib
src/test/test_aib_fuzzy
src/qt/test/test_aib-qt

release/*

# autoreconf
Makefile.in
aclocal.m4
Expand Down
Binary file removed release/aib-cli
Binary file not shown.
Binary file removed release/aib-tx
Binary file not shown.
Binary file removed release/aibd
Binary file not shown.
4 changes: 2 additions & 2 deletions src/rpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ UniValue stop(const UniValue& params, bool fHelp)
if (fHelp || params.size() > 1)
throw runtime_error(
"stop\n"
"\nStop Aib server.");
"\nStop AIB server.");
// Event loop will exit after current HTTP requests have been handled, so
// this reply will get back to the client.
StartShutdown();
return "Aib server stopping";
return "AIB server stopping";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ UniValue encryptwallet(const UniValue& params, bool fHelp)
// slack space in .dat files; that is bad if the old data is
// unencrypted private keys. So:
StartShutdown();
return "wallet encrypted; Aib server stopping, restart to run with encrypted wallet. The keypool has been flushed and a new HD seed was generated (if you are using HD). You need to make a new backup.";
return "wallet encrypted; AIB server stopping, restart to run with encrypted wallet. The keypool has been flushed and a new HD seed was generated (if you are using HD). You need to make a new backup.";
}

UniValue lockunspent(const UniValue& params, bool fHelp)
Expand Down

0 comments on commit a2bae04

Please sign in to comment.