We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900623 commit f20db48Copy full SHA for f20db48
src/forwarders/LZForwarder.sol
@@ -61,7 +61,7 @@ library LZForwarder {
61
payInLzToken: false
62
});
63
64
- MessagingFee memory fee = endpoint.quote(params, msg.sender);
+ MessagingFee memory fee = endpoint.quote(params, address(this));
65
66
endpoint.send{ value: fee.nativeFee }(params, _refundAddress);
67
}
0 commit comments