We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tenure_extend_in
1 parent e2bc798 commit d828159Copy full SHA for d828159
testnet/stacks-node/src/nakamoto_node/stackerdb_listener.rs
@@ -532,7 +532,7 @@ impl StackerDBListenerComms {
532
if weight_sum >= weight_threshold {
533
debug!("SignerCoordinator: 70% threshold reached for tenure extension timestamp";
534
"tenure_extend_timestamp" => info.timestamp,
535
- "tenure_extend_in" => (info.timestamp - get_epoch_time_secs())
+ "tenure_extend_in" => (info.timestamp as i64 - get_epoch_time_secs() as i64)
536
);
537
return info.timestamp;
538
}
0 commit comments