mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
pass nBytes as parameter to GetMinFee(..)
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
6ad44f5693
commit
8dfd8c62dc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user