Files
pallectrum/electrum
SomberNight 8941ba90bd (trivial) wallet: rename parameter of a method
Re get_change_addresses_for_new_transaction,
"allow_reuse" is a confusing parameter name:
it means whether we allow reusing already used change addresses to send new change to.
However, if the method returns [], we will instead reuse the "from address" and send change there.
So it quite unclear without thinking it through what "allow_reuse" means as it could be either
of the two (and they are ~opposite scenarios).
The new name is long but at least it is clear.
2021-06-11 18:23:25 +02:00
..
2021-02-17 17:28:13 +01:00
2021-04-08 15:12:32 +02:00
2021-04-02 09:38:39 +02:00
2021-03-23 17:30:40 +01:00
2021-03-26 14:28:34 +01:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-04-01 03:33:16 +02:00
2021-04-02 09:38:39 +02:00
2021-03-21 00:36:23 -04:00
2021-06-10 18:52:12 +02:00
2021-03-12 12:41:10 +01:00
2021-06-11 12:27:05 +00:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-02-23 22:38:53 +01:00
2021-03-28 06:05:04 +02:00
2021-03-21 00:36:23 -04:00
2021-05-06 15:37:17 +02:00
2021-04-08 15:22:40 +02:00