Skip to content

Commit

Permalink
Merge pull request #2392 from blockstack/fix/mempool-walks
Browse files Browse the repository at this point in the history
Fix: #2389 Mempool walks, add `try-mine` CLI command
  • Loading branch information
kantai authored Jan 29, 2021
2 parents 4bf759f + 8ef5f1f commit ee06519
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 58 deletions.
2 changes: 1 addition & 1 deletion src/chainstate/stacks/miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ impl StacksBlockBuilder {
_ => e,
})?;

debug!(
info!(
"Include tx {} ({}) in anchor block",
tx.txid(),
tx.payload.name()
Expand Down
Loading

0 comments on commit ee06519

Please # to comment.