Skip to content

Commit 15664b6

Browse files
committed
removed 0xa in abis
1 parent 3c379c9 commit 15664b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/movy-replay/src/meta.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ impl Metadata {
211211
for (addr, abi) in local_abis {
212212
abis.insert(addr, abi);
213213
}
214+
abis.remove(&MoveAddress::from_str("0xa")?);
214215

215216
// Map every module address back to its package id.
216217
let mut module_address_to_package = BTreeMap::new();

0 commit comments

Comments
 (0)