From 517f6dfcbe0194b6c5bd73fecc74ce96f0be2ce9 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 19 May 2021 14:24:43 -0700 Subject: [PATCH] :bug: --- include/user.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/user.hpp b/include/user.hpp index 18769de..d51ed01 100644 --- a/include/user.hpp +++ b/include/user.hpp @@ -30,6 +30,7 @@ struct User * @param init_bal * @param init_pass */ + User(uint32_t init_bal, uint64_t init_pass) : balance(init_bal), password(init_pass) {} User(uint32_t init_bal, uint64_t init_pass, Json::Value&& log_j) : balance(init_bal), password(init_pass) { if(log_j.size())