JoshOrndorff / utxo-workshop

A Substrate UTXO workshop
The Unlicense
117 stars 81 forks source link

use `decl_error!` #74

Open JoshOrndorff opened 4 years ago

JoshOrndorff commented 4 years ago

The code was originally written before decl_error! existed. While it has been updated to still work and compile, it is not following the standard practice of declaring errors explicitly.