mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add path find response field full_reply (RIPD-894)
This commit is contained in:
committed by
Vinnie Falco
parent
18ccdf8bd4
commit
edc1bc35fd
@@ -449,6 +449,7 @@ Json::Value PathRequest::doUpdate (RippleLineCache::ref cache, bool fast)
|
||||
jvStatus[jss::source_account] = getApp().accountIDCache().toBase58(*raSrcAccount);
|
||||
jvStatus[jss::destination_account] = getApp().accountIDCache().toBase58(*raDstAccount);
|
||||
jvStatus[jss::destination_amount] = saDstAmount.getJson (0);
|
||||
jvStatus[jss::full_reply] = ! fast;
|
||||
|
||||
if (jvId)
|
||||
jvStatus["id"] = jvId;
|
||||
|
||||
Reference in New Issue
Block a user