Skip to content
Unverified Commit 418c691d authored by Alexander Theißen's avatar Alexander Theißen
Browse files

Dispatch all calls through a central location



This introduce a `Dispatcher` trait that is used to dispatch all calls
instead of directly calling `Dispatchable::dispatch`.

This is needed in order to do centralistic bookeeping for all calls
like for example weight refunds.

Co-Authored-By: default avatarpepyakin <[email protected]>
parent 3b347059
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