Merge branch 'tauri-wallet' into tauri-wallet-frontend
merge rust updates
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user