index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
fees.cpp
Age
Commit message (
Expand
)
Author
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-03-13
Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee
Andrew Chow
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-14
MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp
Russell Yanofsky
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky