Skip to content

Commit 5d5a47a

Browse files
committed
chore: change indexed event in RAVCollected event
Signed-off-by: Tomás Migone <[email protected]>
1 parent 9cbcf4a commit 5d5a47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/horizon/contracts/interfaces/ITAPCollector.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ interface ITAPCollector is IPaymentsCollector {
9292
*/
9393
event RAVCollected(
9494
address indexed payer,
95-
address indexed collector,
95+
address collector,
9696
address indexed serviceProvider,
97-
address dataService,
97+
address indexed dataService,
9898
uint64 timestampNs,
9999
uint128 valueAggregate,
100100
bytes metadata,

0 commit comments

Comments
 (0)