pass nBytes as parameter to GetMinFee(..)

This commit is contained in:
Cozz Lovan
2013-08-12 16:59:09 +02:00
committed by Wladimir J. van der Laan
parent 6ad44f5693
commit 8dfd8c62dc
3 changed files with 4 additions and 5 deletions

View File

@@ -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