apopiak/stablecoin

Extract sanity checks

apopiak opened this issue · 0 comments

Extract out sanity checks from module functions to make them maintainable. (e.g. split hand_out_coins into check_hand_out and do_hand_out_unchecked)