updating wip

This commit is contained in:
Lorenzo Tucci 2022-11-19 11:26:25 +01:00 committed by binarybaron
parent 22deb6b47e
commit da3307d4d6
5 changed files with 151 additions and 61 deletions

View file

@ -143,7 +143,7 @@ where
).await?;
let request = Request {
params: Params::default(),
cmd: Command::Config,
cmd: Command::Balance,
};
(init, request)
}