fix: rename the event correctly
This commit is contained in:
parent
0810f043c8
commit
03eabc3ead
|
@ -110,7 +110,7 @@ mod dsproxyfactory_mod {
|
|||
}
|
||||
}
|
||||
#[derive(Clone, Debug, Default, Eq, PartialEq, EthEvent)]
|
||||
#[ethevent(abi = "Created(address,address,address,address)")]
|
||||
#[ethevent(abi = "Created(address,address,address,address)", name = "Created")]
|
||||
pub struct CreatedFilter {
|
||||
pub sender: Address,
|
||||
pub owner: Address,
|
||||
|
|
Loading…
Reference in New Issue