Rename Genesis to Mint

Genesis is a story of creation. We should only use that term to
for the event log that bootstraps the system.
This commit is contained in:
Greg Fitzgerald
2018-03-07 17:08:12 -07:00
parent b6d8f737ca
commit 5dd567deef
8 changed files with 35 additions and 35 deletions

View File

@ -5,7 +5,7 @@ pub mod transaction;
pub mod event;
pub mod entry;
pub mod log;
pub mod genesis;
pub mod mint;
pub mod logger;
pub mod historian;
pub mod accountant;