mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
concurrent_read_reqeusts typo fix. (#335)
This commit is contained in:
committed by
GitHub
parent
cdf3a73c7d
commit
866a617989
@@ -146,7 +146,7 @@ namespace usr
|
||||
if (msg_type == msg::usrmsg::MSGTYPE_CONTRACT_READ_REQUEST)
|
||||
{
|
||||
// Ignore the request if contract execution is disabled or read requests disallowed.
|
||||
if (!conf::cfg.contract.execute || conf::cfg.user.concurrent_read_reqeuests == 0)
|
||||
if (!conf::cfg.contract.execute || conf::cfg.user.concurrent_read_requests == 0)
|
||||
return 0;
|
||||
|
||||
std::string content;
|
||||
|
||||
Reference in New Issue
Block a user