Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port multisig example to low level data structures (use-ink#1078)
* Fix `Default` impl of `Mapping` * Replace HashMap by Mapping * Use initialize_contract * Initialize everything within `initialize_contract` * Make owners lazy * Remove commented out code There's no way to get the length of a `Mapping` so it doesn't make sense to check this in tests anymore * Fix - + bug * No need to make a primitive lazy * Clippy Co-authored-by: Hernando Castano <hernando@hcastano.com>
- Loading branch information