Skip to content
Snippets Groups Projects
Alexander Theißen's avatar
Alexander Theißen authored
This was necessary when we needed to compact encode a
`Option<T::Balance>` which is no longer necessary. The storage deposit
limit is now non optional. This is just a left over.

Also got rid of the `T::Hash: IsType<H256>`. We use `keccak256` instead
of the generic hash function everywhere now.
5a29cee0