diff options
| author | Jeff Garzik <[email protected]> | 2012-05-22 15:33:04 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-22 15:33:04 -0400 |
| commit | 78eb2789b257324a94483de21321fb90dc144444 (patch) | |
| tree | 31041f888aa3e98a08caa026e0df09e558660782 /src/main.cpp | |
| parent | Merge pull request #1379 from laanwj/2012_05_macoshide (diff) | |
| download | discoin-78eb2789b257324a94483de21321fb90dc144444.tar.xz discoin-78eb2789b257324a94483de21321fb90dc144444.zip | |
ProcessMessage(): remove duplicate orphan tx debug message
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index b925f8d5d..2c7f1fa5a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2755,9 +2755,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) } else if (fMissingInputs) { - printf("storing orphan tx %s (mapsz %d)\n", - inv.hash.ToString().substr(0,10).c_str(), - mapOrphanTransactions.size() + 1); AddOrphanTx(vMsg); // DoS prevention: do not allow mapOrphanTransactions to grow unbounded |