mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-14 00:30:53 +00:00
[marketplace] add indexing to RequestCancelled event
Index the `RequestCancelled.requestId` field so that subscriptions to this event can be made.
This commit is contained in:
parent
8be756808c
commit
4cb7ad79a5
@ -263,7 +263,7 @@ contract Marketplace is Collateral, Proofs {
|
||||
uint256 indexed slotIndex,
|
||||
bytes32 indexed slotId
|
||||
);
|
||||
event RequestCancelled(bytes32 requestId);
|
||||
event RequestCancelled(bytes32 indexed requestId);
|
||||
|
||||
modifier marketplaceInvariant() {
|
||||
MarketplaceFunds memory oldFunds = funds;
|
||||
|
Loading…
x
Reference in New Issue
Block a user