]> Git Repo - VerusCoin.git/commit - src/wallet/wallet.cpp
Subtract fee from amount
authorCozz Lovan <[email protected]>
Wed, 23 Jul 2014 12:34:36 +0000 (14:34 +0200)
committerWladimir J. van der Laan <[email protected]>
Fri, 13 Mar 2015 10:04:18 +0000 (11:04 +0100)
commit292623adf59edea52b2927b3d67fd2ff7f997882
treeafec21b4e7ff1c2b551b060f5f435895d43d15d6
parent90a43c1e93318584d5443b513c2c0e937acb966a
Subtract fee from amount

Fixes #2724 and #1570.

Adds the
automatically-subtract-the-fee-from-the-amount-and-send-whats-left
feature to the GUI and RPC (sendtoaddress,sendmany).
16 files changed:
qa/rpc-tests/wallet.py
src/primitives/transaction.h
src/qt/coincontroldialog.cpp
src/qt/coincontroldialog.h
src/qt/forms/sendcoinsentry.ui
src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsentry.cpp
src/qt/sendcoinsentry.h
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/qt/walletmodeltransaction.cpp
src/qt/walletmodeltransaction.h
src/rpcclient.cpp
src/rpcwallet.cpp
src/wallet.cpp
src/wallet.h
This page took 0.030283 seconds and 4 git commands to generate.