Skip to content

Commit

Permalink
Merge branch 'main' into feat/bridge-ios-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dave | d1onys1us authored Dec 13, 2022
2 parents 37e9bb6 + d42b953 commit 10fada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/bridge/TokenVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ contract TokenVault is EssentialContract {

message.gasLimit = gasLimit;
message.processingFee = processingFee;
message.depositValue = msg.value;
message.depositValue = msg.value - processingFee;
message.refundAddress = refundAddress;
message.memo = memo;

Expand Down

0 comments on commit 10fada1

Please sign in to comment.