Files
bitcoin/src/qt/transactionrecord.cpp
Ava Chow a2b0bfcd85 wallet: Drop mapValue from CWalletTx
It doesn't make sense to be storing relevant metadata variables inside
of a string map in CWalletTx. All of the fields have been pulled out
into separate members, so there is no need for mapValue to stick around.
2026-06-24 16:01:46 -07:00

6.3 KiB