|
|
@@ -19,7 +19,9 @@ use std::collections::HashMap;
|
|
|
|
|
|
use darkfi::{
|
|
|
consensus::{
|
|
|
- constants::{TESTNET_GENESIS_HASH_BYTES, TESTNET_GENESIS_TIMESTAMP},
|
|
|
+ constants::{
|
|
|
+ TESTNET_BOOTSTRAP_TIMESTAMP, TESTNET_GENESIS_HASH_BYTES, TESTNET_GENESIS_TIMESTAMP,
|
|
|
+ },
|
|
|
ValidatorState, ValidatorStatePtr,
|
|
|
},
|
|
|
wallet::WalletDb,
|
|
|
@@ -81,6 +83,7 @@ impl DaoTestHarness {
|
|
|
|
|
|
let alice_state = ValidatorState::new(
|
|
|
&alice_sled_db,
|
|
|
+ *TESTNET_BOOTSTRAP_TIMESTAMP,
|
|
|
*TESTNET_GENESIS_TIMESTAMP,
|
|
|
*TESTNET_GENESIS_HASH_BYTES,
|
|
|
alice_wallet,
|