mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bug fixes for offer_create and offer_cancel.
This commit is contained in:
@@ -910,7 +910,7 @@ Json::Value RPCServer::doOfferCancel(const Json::Value ¶ms)
|
||||
{
|
||||
NewcoinAddress naSeed;
|
||||
NewcoinAddress naSrcAccountID;
|
||||
uint32 uSequence = lexical_cast_s<int>(params[1u].asString());
|
||||
uint32 uSequence = lexical_cast_s<int>(params[2u].asString());
|
||||
|
||||
if (!naSeed.setSeedGeneric(params[0u].asString()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user