danicoin/src/simplewallet
moneromooo-monero e62692f589
simplewallet: use unsigned long long instead of size_t in message
boost doesn't support %zu for size_t, and the previous change
to %u could technically lose bits (though it would require splitting
a transfer into 4 billion transactions, which seems unlikely).
2015-07-19 11:55:36 +01:00
..
CMakeLists.txt 2014 network limit 1.0a +utils +toc -doc -drmonero 2015-02-20 22:13:00 +01:00
password_container.cpp simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
password_container.h simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
simplewallet.cpp simplewallet: use unsigned long long instead of size_t in message 2015-07-19 11:55:36 +01:00
simplewallet.h wallet: add boolean to always confirm transactions with the user 2015-07-18 22:11:53 +01:00