Write chain name to wallet

This commit is contained in:
Aditya Kulkarni
2019-09-24 10:04:21 -07:00
parent 072d5a336a
commit b3ca226ff4
3 changed files with 37 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ mod lightwallet;
mod address;
mod prover;
mod commands;
mod utils;
use std::sync::Arc;
use std::time::Duration;