Skip to content

Commit

Permalink
fix the address display in th format function
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Apr 24, 2024
1 parent 9b30b7f commit b605b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveos/moveos-verifier/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ where
view.module_handle_at(struct_handle.module);
let full_struct_name = format!(
"{}::{}::{}",
module_handle.address,
view.address_identifier_at(module_handle.address).to_hex_literal(),
view.identifier_at(module_handle.name),
view.identifier_at(struct_handle.name)
);
Expand Down

0 comments on commit b605b76

Please sign in to comment.