mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-18 03:38:57 +08:00
plumb thru epochs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user