plumb thru epochs

This commit is contained in:
Jude Nelson
2021-04-27 00:47:35 -04:00
parent b97019c1df
commit 2454e49bae

View File

@@ -65,6 +65,7 @@ use util::secp256k1::Secp256k1PrivateKey;
use util::secp256k1::Secp256k1PublicKey;
use crate::types::chainstate::PoxId;
use core::StacksEpoch;
// did we or did we not successfully send a message?
#[derive(Debug, Clone)]
@@ -2375,6 +2376,7 @@ mod test {
burnchain.first_block_height,
&burnchain.first_block_hash,
get_epoch_time_secs(),
&StacksEpoch::unit_test(burnchain.first_block_height),
true,
)
.unwrap();