Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Add minrefresh option #258

Closed CodeIsTheKey closed 1 year ago

CodeIsTheKey commented 1 year ago

I had added an option (minrefresh=1) for the Qt wallet to minimize UI refreshes every transaction after each new block. For wallets with a large number of transactions, this refresh can be problematic. This refresh is bypassed only for fully confirmed transactions.

The default (minrefresh=0) is to refresh after each block, so the confirmation count will rise as expected.

I also added block height to the transaction details in the tooltip. I find myself looking for that regularly.