Whitespace only.

This commit is contained in:
JoelKatz
2012-06-10 16:16:46 -07:00
parent 63ea3d6f22
commit aed5776c90
2 changed files with 2 additions and 2 deletions

View File

@@ -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);