log -> ledger

Free up namespace for traditional runtime logs.
This commit is contained in:
Greg Fitzgerald
2018-03-19 10:09:17 -06:00
parent 265f41887f
commit 9f9b79f30b
5 changed files with 11 additions and 11 deletions

View File

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