Files
bitcoin/src/wallet
David Gumberg ec5d19665b wallet: WalletBatch->WriteVersion respect argument.
Previously would use global `CLIENT_VERSION` no matter what, but this is
one sense a refactor since all of the places where WriteVersion is
called currently call it with `CLIENT_VERSION` anyways. The
`client_version` argument is kept since future test code may want to
write other versions.

Addresses a review comment from #32636:

https://github.com/bitcoin/bitcoin/pull/32636#discussion_r2356299627
2026-08-17 14:27:52 +01:00
..
2026-07-02 14:49:37 -07:00
2026-08-07 15:02:18 +02:00