Skip to content

Commit dc79bd4

Browse files
committed
fix: add payer to EIP712 rav type hash (TRST-M15)
1 parent a065804 commit dc79bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/horizon/contracts/payments/collectors/TAPCollector.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ contract TAPCollector is EIP712, GraphDirectory, ITAPCollector {
249249
keccak256(
250250
abi.encode(
251251
EIP712_RAV_TYPEHASH,
252+
_rav.payer,
252253
_rav.dataService,
253254
_rav.serviceProvider,
254255
_rav.timestampNs,

0 commit comments

Comments
 (0)