We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c379c9 commit 15664b6Copy full SHA for 15664b6
1 file changed
crates/movy-replay/src/meta.rs
@@ -211,6 +211,7 @@ impl Metadata {
211
for (addr, abi) in local_abis {
212
abis.insert(addr, abi);
213
}
214
+ abis.remove(&MoveAddress::from_str("0xa")?);
215
216
// Map every module address back to its package id.
217
let mut module_address_to_package = BTreeMap::new();
0 commit comments