diff --git a/node/db.cpp b/node/db.cpp index fef962320..c8fda1204 100644 --- a/node/db.cpp +++ b/node/db.cpp @@ -2009,7 +2009,7 @@ void NodeDB::EnumAccounts(WalkerAccount& wlk) void NodeDB::SetAccountTxoHi(WalkerAccount::Data& d) { - Recordset rs(*this, Query::AccountUpdTxoHi, "UPDATE " TblAccounts " SET " TblAccounts_TxoHi "=? WHERE" TblAccounts_Index "=?"); + Recordset rs(*this, Query::AccountUpdTxoHi, "UPDATE " TblAccounts " SET " TblAccounts_TxoHi "=? WHERE " TblAccounts_Index "=?"); rs.put(0, d.m_hTxoHi); rs.put(1, d.m_iAccount);