You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#32440: test: remove bdb assert in tool_wallet.py
e08e656 test: remove assert_dump since it is not used anymore (kevkevinpal)
4b6dd97 test: remove bdb assert in tool_wallet.py (kevkevinpal)
Pull request description:
As suggested in bitcoin#32438 (comment)
legacy wallet and the BDB dependency was removed (bitcoin#28710) so this assert is safe to delete
ACKs for top commit:
davidgumberg:
reACK bitcoin@e08e656
achow101:
ACK e08e656
brunoerg:
reACK e08e656
theStack:
re-ACK e08e656
Tree-SHA512: 6417537d7b9b5da6039dfcc94a86107211d57dcca43becea6f95d4a95f342e12918b0ff6a562261ba538b7b206de7d327e52bdb7d49e353f1917df8668558a99
self.assert_tool_output("The dumpfile may contain private keys. To ensure the safety of your Bitcoin, do not share the dumpfile.\n", '-wallet={}'.format(wallet_name), '-dumpfile={}'.format(rt_dumppath), 'dump')
0 commit comments