mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-30 15:05:25 +02:00
This commit reduces spammy logging by the test framework. It truncates logging send/receive message in mininode to 500 characters. mininode was previously logging the entire message sent received, which can be up to 1MB for a full block.