94: source doc review

This commit is contained in:
Jackson Sandland
2018-03-30 10:43:38 -07:00
parent eaec25f940
commit ef169a6652
14 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
//! The Accountant tracks client balances and the progress of pending
//! The `accountant` module tracks client balances, and the progress of pending
//! transactions. It offers a high-level public API that signs transactions
//! on behalf of the caller and a private low-level API for when they have
//! on behalf of the caller, and a private low-level API for when they have
//! already been signed and verified.
use chrono::prelude::*;