|
|
@ -775,6 +775,7 @@ public: |
|
|
|
std::string& strFailReason, const CCoinControl *coinControl = NULL, bool sign = true); |
|
|
|
std::string& strFailReason, const CCoinControl *coinControl = NULL, bool sign = true); |
|
|
|
bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey, CConnman* connman); |
|
|
|
bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey, CConnman* connman); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void ListAccountCreditDebit(const std::string& strAccount, std::list<CAccountingEntry>& entries); |
|
|
|
bool AddAccountingEntry(const CAccountingEntry&, CWalletDB & pwalletdb); |
|
|
|
bool AddAccountingEntry(const CAccountingEntry&, CWalletDB & pwalletdb); |
|
|
|
|
|
|
|
|
|
|
|
static CFeeRate minTxFee; |
|
|
|
static CFeeRate minTxFee; |
|
|
|