mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-29 02:44:28 +02:00
In the functional tests, we often compare dicts with assert_equal, but the output makes it very hard to tell exactly which entry in the dicts don't match when there are a lot of entries and only minor differences. Change the output to make it clearer.