Skip to content

Commit

Permalink
sui: remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
gator-boi committed Jun 21, 2023
1 parent a9eb3c1 commit 7ecab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/contracts/hello_token/sources/transfer.move
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module hello_token::transfer {
// Return to sender.
coin_utils::return_nonzero(dust, ctx);

(prepared_transfer)
prepared_transfer
}

/// `redeem_transfer_with_payload` calls Wormhole's Token Bridge Contract
Expand Down

0 comments on commit 7ecab44

Please sign in to comment.