nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
128 stars 43 forks source link

`FromDatabaseValue` shouldn't return `io::Result` #2713

Open hrxi opened 6 days ago

hrxi commented 6 days ago

Should panic instead, also io::Result doesn't make sense as there is no IO involved.