From 93364999505406755bdb3b9e719f2180498a5c5d Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 25 Sep 2012 18:30:27 -0700 Subject: [PATCH] Cosmetic. --- src/NetworkOPs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/NetworkOPs.h b/src/NetworkOPs.h index ed6e7f0471..43b7da9f4e 100644 --- a/src/NetworkOPs.h +++ b/src/NetworkOPs.h @@ -134,8 +134,8 @@ public: // Directory functions // - STVector256 getDirNodeInfo(const uint256& uLedger, const uint256& uRootIndex, - uint64& uNodePrevious, uint64& uNodeNext); + STVector256 getDirNodeInfo(const uint256& uLedger, const uint256& uRootIndex, + uint64& uNodePrevious, uint64& uNodeNext); // // Nickname functions @@ -150,7 +150,6 @@ public: Json::Value getOwnerInfo(const uint256& uLedger, const NewcoinAddress& naAccount); Json::Value getOwnerInfo(Ledger::pointer lpLedger, const NewcoinAddress& naAccount); - // raw object operations bool findRawLedger(const uint256& ledgerHash, std::vector& rawLedger); bool findRawTransaction(const uint256& transactionHash, std::vector& rawTransaction);