Skip to content

New Dashboard - quick fix for easy voting

Compare
Choose a tag to compare
@phoenixkonsole phoenixkonsole released this 02 Mar 10:03
· 36 commits to master since this release
c32a0de

Core Wallets are untouched and stay at 3.0.4

Changelog
Version 1.0 - Beta 03-D (02/03/2021)

This is a quick-fix release to correct a couple of annoying problems.

  • When casting votes the program will not perform a funds check anymore on the
    default account since it uses 'sendtoaddress' and this check is not needed.
  • Send coins has been changed with the same logic as the above: if the user is
    sending to a single address the program will skip the funds check because it
    will use 'sendtoaddress' to send money. Instead, if the user is sending to
    multiple addresses 'sendmany' will be used and the funds check will be
    performed on the default account.