mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 02:47:25 +00:00
Add deposit/withdraw events to EVM module (#5440)
* Add deposit/withdraw events * Remove balances trait
This commit is contained in:
@@ -172,7 +172,7 @@ impl<'vicinity, T: Trait> ApplyBackend for Backend<'vicinity, T> {
|
||||
}
|
||||
|
||||
for log in logs {
|
||||
Module::<T>::deposit_event(Event::Log(Log {
|
||||
Module::<T>::deposit_event(Event::<T>::Log(Log {
|
||||
address: log.address,
|
||||
topics: log.topics,
|
||||
data: log.data,
|
||||
|
||||
Reference in New Issue
Block a user