Skip to content

Commit

Permalink
chore: update from id_address to id_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Oct 11, 2024
1 parent d4667f4 commit 7bb930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move/example/sources/its/its.move
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public fun register_transaction(
vector[2u8],
concat(vector[0u8], object::id_address(singleton).to_bytes()),
concat(vector[0u8], object::id_address(its).to_bytes()),
concat(vector[1u8], object::id_address(clock).to_bytes()),
concat(vector[1u8], object::id_bytes(clock)),
];

let transaction = transaction::new_transaction(
Expand Down

0 comments on commit 7bb930c

Please sign in to comment.