oxen-core/src/simplewallet
Jason Rhinelander 9b624e6853 Properly support fee burning in the wallet
This revamps the `loki_construct_tx_params` a bit to be able to carry
fixed and %-based burn amounts (in addition to the staking tx flag) and
modifies it to set the hf version from within wallet2 rather than at
construction.

This is then used to implement proper fee burning in the wallet
(replacing the uncommitted hack I was using up until now to test it) by
changing wallet2 to understand the burn amount: initially it adds a
placeholder amount so that an appropriate amount of space in tx extra is
taken up, then once the transaction has been built and final fees
calculated it replaces the placeholder with the final burn amount before
tx finalization.
2019-11-27 14:38:00 -04:00
..
CMakeLists.txt Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
simplewallet.cpp Properly support fee burning in the wallet 2019-11-27 14:38:00 -04:00
simplewallet.h Fixed blink support work in wallet2 & simplewallet 2019-11-27 14:09:30 -04:00