aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorCozz Lovan <cozzlovan@yahoo.com>2013-08-12 16:59:09 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-11-14 14:25:04 +0100
commit8dfd8c62dccac96afbda5ad0e66e68ee4820481f (patch)
treedc517aecc0dd6d3973a2e91dbf9ead2284c74673 /src/main.h
parent6ad44f569335d57a56e5b28582255439980f9b73 (diff)
downloadbitcoin-8dfd8c62dccac96afbda5ad0e66e68ee4820481f.tar.xz
pass nBytes as parameter to GetMinFee(..)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
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