mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 10:01:02 +00:00
c80f4d416d
View wallets do not have the spend secret key, and are thus unable to derive key images for incoming outputs. Moreover, a previous patch set key images to zero as a means to mark an output as having an unknown key image, so they could be filled in when importing key images at a later time. That later patch caused spurious collisions. We now use public keys to detect duplicate outputs. Public keys obtained from the blockchain are checked to be identical to the ones derived locally, so can't be spoofed. |
||
---|---|---|
.. | ||
api | ||
CMakeLists.txt | ||
wallet2.cpp | ||
wallet2.h | ||
wallet2_api.h | ||
wallet_errors.h | ||
wallet_rpc_server.cpp | ||
wallet_rpc_server.h | ||
wallet_rpc_server_commands_defs.h | ||
wallet_rpc_server_error_codes.h |