moneromooo-monero c0f5047878
wallet: reuse cached height when set after refresh
Refreshing sets cached height, which is otherwise got by calling
get_info. Since get_info is called upon needing to display a prompt
after a command has finished, it can be used to determine how much
time a given command took to run if the cache timeout lapses while
the command runs. Refreshing caches the height as a side effect, so
get_info will never be called as a result of displaying a prompt
after refreshing (and potentially leaking how much time it took to
process a set of transactions, therefore leaking whether we got
some monero in them).
2019-11-01 19:00:20 +00:00
..
2019-06-14 16:16:52 +02:00
2019-10-13 18:43:27 +02:00
2019-10-25 18:41:54 +00:00
2019-03-05 22:05:34 +01:00
2019-10-18 20:32:25 +02:00
2019-03-05 22:05:34 +01:00
2019-10-25 12:06:16 +00:00
2019-10-25 13:52:19 -05:00
2019-03-05 22:05:34 +01:00
2019-10-25 20:48:04 -05:00