Merge branch 'tauri-wallet' into tauri-wallet-frontend

merge rust updates
This commit is contained in:
fmtabbara
2021-08-31 15:24:35 +01:00
+1 -4
View File
@@ -56,10 +56,7 @@ async fn connect_with_mnemonic(
);
ret.insert(
"client_address",
match client.contract_address() {
Ok(address) => address.to_string(),
Err(e) => format_err!(e),
},
client.address().to_string()
);
ret.insert(
"denom",