Skip to content

Commit

Permalink
Merge pull request #324 from icon-project/feat/sui-xcall-contracts
Browse files Browse the repository at this point in the history
fix: message removed in rollback ticket
  • Loading branch information
gcranju authored May 30, 2024
2 parents 18d3100 + 2196262 commit d17e2e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/sui/xcall/sources/types/rollback_ticket.move
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ module xcall::rollback_ticket {
self.rollback
}

//FOR BACKWARD COMPATIBILITY: DO NOT REMOVE
public fun message(self:&RollbackTicket):vector<u8>{
self.rollback
}


public fun sn(self:&RollbackTicket):u128 {
self.sn
}
Expand Down

0 comments on commit d17e2e4

Please sign in to comment.