mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
1438e15925
* state-db: remove the assertion and replace it with Result<> * state-db: unit test fixes * comment fixes * typo fix
= State DB .Summary [source, toml] ---- include::Cargo.toml[lines=2..5] ---- .Description ---- include::src/lib.rs[tag=description] ----