Commit 9156ea30 authored by Bastian Köcher's avatar Bastian Köcher Committed by Gav Wood
Browse files

Make `deposit_event` work with none generic events (#1309)

* Make `deposit_event` work with none generic events

`fn deposit_event() = default` will now be used for none generic events
`fn deposit_event<T>() = default` is now for generic events.

* Update wasm files

* Fixes some spelling mistakes

* Update wasm and fix new module
parent 6a0b6846
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment