diff --git a/src/bank.cpp b/src/bank.cpp index 84e1128..c2bd211 100644 --- a/src/bank.cpp +++ b/src/bank.cpp @@ -98,7 +98,7 @@ int_fast8_t Bank::SendFunds(const std::string &a_name, const std::string &b_name else { a.balance -= amount; - a.log.AddTrans(std::forward(temp)); + a.log.AddTrans(Transaction(temp)); state = true; } });