mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
committed by
Manoj doshi
parent
687cdbb78b
commit
ecbbabfc3c
@@ -117,7 +117,7 @@ toStep (
|
|||||||
|
|
||||||
if (isXRP (curIssue.currency) && isXRP (outCurrency))
|
if (isXRP (curIssue.currency) && isXRP (outCurrency))
|
||||||
{
|
{
|
||||||
JLOG (j.warn()) << "Found xrp/xrp offer payment step";
|
JLOG (j.info()) << "Found xrp/xrp offer payment step";
|
||||||
return {temBAD_PATH, std::unique_ptr<Step>{}};
|
return {temBAD_PATH, std::unique_ptr<Step>{}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user