Commit c92b99d
authored
fix(sui): fix entrypoint encoder parameter (#663)
# Summary
The parameter passed to `NewCCIPEntrypointArgEncoder` was wrong.
Executor Encoder needs `RegistryObj` and not `AccountObj`
# Tests
This was tested by using this new version to execute this timelock
transaction
https://suiscan.xyz/testnet/tx/RtGJ63qzDxLkMUuBKUV336MheTvf9zKkmK5ntzQfM8o1 parent 3791c84 commit c92b99d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1518 | 1518 | | |
1519 | 1519 | | |
1520 | 1520 | | |
1521 | | - | |
| 1521 | + | |
1522 | 1522 | | |
1523 | 1523 | | |
1524 | 1524 | | |
| |||
0 commit comments