mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Whitespace only.
This commit is contained in:
@@ -1344,7 +1344,7 @@ Json::Value RPCServer::doTx(Json::Value& params)
|
||||
Json::Value ret;
|
||||
uint256 txid(param1);
|
||||
|
||||
Transaction::pointer txn=theApp->getMasterTransaction().fetch(txid, true);
|
||||
Transaction::pointer txn = theApp->getMasterTransaction().fetch(txid, true);
|
||||
|
||||
if (!txn) return RPCError(rpcTXN_NOT_FOUND);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user