From 79bf06e291a8fc12b61022068f5a231bea032113 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 25 Apr 2021 23:44:17 +0300 Subject: Preempive bugfix --- src/schema.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs index 537e0a5..66d6c9c 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -161,7 +161,7 @@ impl Db { User { user_id: friendly_1, public_key: "not_used".to_owned(), - balance: 0, + balance: 70, is_bot: true, }, ); @@ -173,7 +173,7 @@ impl Db { User { user_id: friendly_2, public_key: "not_used".to_owned(), - balance: 0, + balance: 20, is_bot: true, }, ); @@ -185,7 +185,7 @@ impl Db { User { user_id: friendly_3, public_key: "not_used".to_owned(), - balance: 0, + balance: 120, is_bot: true, }, ); @@ -197,7 +197,7 @@ impl Db { User { user_id: friendly_4, public_key: "not_used".to_owned(), - balance: 0, + balance: 40, is_bot: true, }, ); -- cgit v1.2.3-70-g09d2