fix: rename the event correctly

This commit is contained in:
Matthias Seitz 2021-03-18 21:18:09 +01:00
parent 0810f043c8
commit 03eabc3ead
1 changed files with 1 additions and 1 deletions

View File

@ -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,