You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to be able to perform anon transactions with my wallet via an RPC call.
Currently sendtoaddress and createrawtransaction accept the extra parameter needed to submit the anon transaction to the blockchain. However the scripts for choosing an anon server and encrypting the address reside within the QT part of the wallet.
This functionality should be moved to an RPC command with the the QT walletmodel simply choosing which RPC command to call depending on the state of the check box.
The text was updated successfully, but these errors were encountered:
As a user I want to be able to perform anon transactions with my wallet via an RPC call.
Currently sendtoaddress and createrawtransaction accept the extra parameter needed to submit the anon transaction to the blockchain. However the scripts for choosing an anon server and encrypting the address reside within the QT part of the wallet.
This functionality should be moved to an RPC command with the the QT walletmodel simply choosing which RPC command to call depending on the state of the check box.
The text was updated successfully, but these errors were encountered: