Skip to content

Commit

Permalink
fix: message removed in rollback ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju committed May 30, 2024
1 parent 2b5b10c commit 2196262
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 2196262

Please sign in to comment.