X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwalletdb.cpp;fp=src%2Fwalletdb.cpp;h=65cb65532bd620b2267c8364549e43d8d363611c;hp=e5204b655ce699b5f852679948c5ef42d18f7b34;hb=9d314f181af7c43ad8cd7223c08486e316bef5e2;hpb=5098ea454db9132aa0f576921ca9d1a69429d146 diff --git a/src/walletdb.cpp b/src/walletdb.cpp index e5204b6..65cb655 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -57,7 +57,7 @@ bool CWalletDB::WriteAccount(const string& strAccount, const CAccount& account) bool CWalletDB::WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry) { - return Write(boost::make_tuple(string("acentry"), acentry.strAccount, nAccEntryNum), acentry); + return Write(std::make_tuple(string("acentry"), acentry.strAccount, nAccEntryNum), acentry); } bool CWalletDB::WriteAccountingEntry(const CAccountingEntry& acentry) @@ -90,7 +90,7 @@ void CWalletDB::ListAccountCreditDebit(const string& strAccount, list