mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-15 00:57:26 +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,
|
uint256 indexed slotIndex,
|
||||||
bytes32 indexed slotId
|
bytes32 indexed slotId
|
||||||
);
|
);
|
||||||
event RequestCancelled(bytes32 requestId);
|
event RequestCancelled(bytes32 indexed requestId);
|
||||||
|
|
||||||
modifier marketplaceInvariant() {
|
modifier marketplaceInvariant() {
|
||||||
MarketplaceFunds memory oldFunds = funds;
|
MarketplaceFunds memory oldFunds = funds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user