Merge pull request #841 from sipa/getalltransactions

gettransaction RPC for non-wallet transactions
This commit is contained in:
Gregory Maxwell
2012-05-08 13:19:11 -07:00
3 changed files with 107 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ unsigned int ComputeMinWork(unsigned int nBase, int64 nTime);
int GetNumBlocksOfPeers();
bool IsInitialBlockDownload();
std::string GetWarnings(std::string strFor);
bool GetTransaction(const uint256 &hash, CTransaction &tx, uint256 &hashBlock);