diff options
author | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-08 13:19:11 -0700 |
---|---|---|
committer | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-08 13:19:11 -0700 |
commit | 2f1dca645bece3a8422659a0bc0b1481242b8f3a (patch) | |
tree | b35ac857200ae439745c6811f041ef946ac520a2 /src/main.h | |
parent | f1ae31d8af8e03acbd224d486542b4409acf01ff (diff) | |
parent | c73ba23eb51e8cc8704645486f9ca5b50490b0c9 (diff) |
Merge pull request #841 from sipa/getalltransactions
gettransaction RPC for non-wallet transactions
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 5db36abfc5..c48b57b93c 100644 --- a/src/main.h +++ b/src/main.h @@ -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); |