danicoin/src/wallet
moneromooo-monero a2d7a5fb49
encrypted payment ids are now 64 bit, instead of 256 bit
Pros:
 - smaller on the blockchain
 - shorter integrated addresses

Cons:
 - less sparseness
 - less ability to embed actual information

The boolean argument to encrypt payment ids is now gone from the
RPC calls, since the decision is made based on the length of the
payment id passed.
2015-08-09 10:13:51 +01:00
..
CMakeLists.txt year updated in license 2015-01-02 18:52:46 +02:00
wallet2.cpp encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
wallet2.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
wallet_errors.h year updated in license 2015-01-02 18:52:46 +02:00
wallet_rpc_server.cpp encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
wallet_rpc_server.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
wallet_rpc_server_commands_defs.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
wallet_rpc_server_error_codes.h Add a --restricted-rpc flag to simplewallet 2015-01-11 12:11:43 +00:00