Switched user input nonce from string to uint64. (#286)

This commit is contained in:
Ravin Perera
2021-04-11 14:51:57 +05:30
committed by GitHub
parent 3941f5f6c6
commit 370e03fe84
24 changed files with 72 additions and 53 deletions

View File

@@ -97,7 +97,7 @@ namespace msg::usrmsg
return busrmsg::extract_signed_input_container(extracted_input_container, extracted_sig, bdoc);
}
int usrmsg_parser::extract_input_container(std::string &input, std::string &nonce,
int usrmsg_parser::extract_input_container(std::string &input, uint64_t &nonce,
uint64_t &max_ledger_seq_no, std::string_view encoded_content) const
{
if (protocol == util::PROTOCOL::JSON)