mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Enabled and fixed compiler warnings. (#359)
This commit is contained in:
@@ -18,8 +18,7 @@ namespace usr
|
||||
int input_nonce_map::check(const std::string &pubkey, const uint64_t &nonce, const std::string &sig, const uint64_t &max_ledger_seq_no, const bool no_add)
|
||||
{
|
||||
int result = 0;
|
||||
|
||||
const uint64_t now = util::get_epoch_milliseconds();
|
||||
|
||||
auto itr = nonce_map.find(pubkey);
|
||||
if (itr == nonce_map.end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user