Reorganized code into wallet mod/package

This commit is contained in:
Steve Myers
2021-07-03 10:16:02 -07:00
parent 060e54a718
commit a056c0dd59
5 changed files with 31 additions and 25 deletions

View File

@@ -1,7 +1,5 @@
#![deny(unsafe_code)] /* No `unsafe` needed! */
mod blockchain;
mod database;
mod error;
mod types;
mod wallet;