diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2013-08-12 16:59:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-14 14:25:04 +0100 |
commit | 8dfd8c62dccac96afbda5ad0e66e68ee4820481f (patch) | |
tree | dc517aecc0dd6d3973a2e91dbf9ead2284c74673 /src/main.h | |
parent | 6ad44f569335d57a56e5b28582255439980f9b73 (diff) |
pass nBytes as parameter to GetMinFee(..)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index b02aa60665..cf803ae25e 100644 --- a/src/main.h +++ b/src/main.h @@ -258,7 +258,7 @@ enum GetMinFee_mode GMF_SEND, }; -int64_t GetMinFee(const CTransaction& tx, bool fAllowFree, enum GetMinFee_mode mode); +int64_t GetMinFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree, enum GetMinFee_mode mode); // // Check transaction inputs, and make sure any |