Skip to content

Commit

Permalink
Bounce flag for HighloadWalletV2 transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzaycev committed Apr 11, 2024
1 parent 01ce673 commit e020685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function createTransferMessage(array $transfers, ?TransferOptions $option
: $transfer->payload;
$internalMessage = new InternalMessage(
new InternalMessageOptions(
bounce: $transfer->dest->isBounceable(),
bounce: $transfer->bounce,
dest: $transfer->dest,
value: $transfer->amount,
src: $this->getAddress(),
Expand Down

0 comments on commit e020685

Please sign in to comment.