Cozz Lovan
|
292623adf5
|
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).
|
2015-03-13 11:04:18 +01:00 |
|
Wladimir J. van der Laan
|
4f92773f92
|
src/primitives/transaction.h: endian compatibility in serialization
|
2015-03-06 17:21:58 +01:00 |
|
Wladimir J. van der Laan
|
4f1524966a
|
Replace direct use of 0 with SetNull and IsNull
Replace x=0 with .SetNull(),
x==0 with IsNull(), x!=0 with !IsNull().
Replace uses of uint256(0) with uint256().
|
2015-01-05 15:45:34 +01:00 |
|
sandakersmann
|
f914f1a746
|
Added "Core" to copyright headers
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
|
2014-12-19 19:55:32 +01:00 |
|
Luke Dashjr
|
d227011184
|
MOVEONLY: core/ -> primitives/
|
2014-12-03 10:52:58 +00:00 |
|