aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-11-16 09:55:07 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-11-16 09:55:07 +0100
commit3443adecf100181c6e668f2e7a09bf2cfd794621 (patch)
tree787a1f65ce54baeebc4702c3b7c4baa1ddf732ba /src/main.h
parent0b4bd485ba33ab592b4aac759bcd3db6362a3b2f (diff)
parent6a86c24db146d9ca5d1d5c83099d935c3feb63bb (diff)
downloadbitcoin-3443adecf100181c6e668f2e7a09bf2cfd794621.tar.xz
Merge pull request #3253
6a86c24 Coin Control Features (Cozz Lovan) 8dfd8c6 pass nBytes as parameter to GetMinFee(..) (Cozz Lovan)
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