Fix string to number deserialization
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -48,7 +48,7 @@ pub async fn check_account(config: &Arc<Config>) {
|
||||
|
||||
warn!(
|
||||
"qrust active with {}{}, avoid transferring funds without shutting down.",
|
||||
account.currency, account.cash
|
||||
account.cash, account.currency
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user