Skip to content
Snippets Groups Projects

Wizard key structopts

Merged inso requested to merge wizard_key_structopts into dev
1 unresolved thread
Compare and
8 files
+ 592
19
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -502,7 +502,7 @@ impl BlockchainModule {
current_blockstamp
}
/// Start blockchain module.
pub fn start_blockchain(&mut self, blockchain_receiver: &mpsc::Receiver<DursMsg>) -> () {
pub fn start_blockchain(&mut self, blockchain_receiver: &mpsc::Receiver<DursMsg>) {
info!("BlockchainModule::start_blockchain()");
// Get dbs path
Loading