Skip to content

Commit 6ff5082

Browse files
committed
remove redundant await
1 parent 59acb8e commit 6ff5082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm-tests/test/pure-proxy.precompile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe("Test pure proxy precompile", () => {
142142
const tx = await contract.addProxy(convertH160ToPublicKey(evmWallet3.address), type, delay)
143143
await tx.wait()
144144

145-
const proxiesAfterAdd = await await api.query.Proxy.Proxies.getValue(convertH160ToSS58(evmWallet2.address))
145+
const proxiesAfterAdd = await api.query.Proxy.Proxies.getValue(convertH160ToSS58(evmWallet2.address))
146146
const proxiesList = proxiesAfterAdd[0].map(proxy => proxy.delegate)
147147

148148
const proxiesFromContractAfterAdd = await contract.getProxies(convertH160ToPublicKey(evmWallet2.address))

0 commit comments

Comments
 (0)