mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 18:07:22 +08:00
Fix variable name typo.
This commit is contained in:
parent
d9aaf56932
commit
5930a1831c
@ -81,7 +81,7 @@ mod web3_feature {
|
||||
|
||||
let gnosis_safe = Contract::from_json(
|
||||
eth.clone(),
|
||||
H160::from_str(&gnosis_safe_address)?,
|
||||
H160::from_str(&address)?,
|
||||
GNOSIS_SAFE_ABI.as_bytes(),
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user