Add period

This commit is contained in:
Jonathan Underwood
2023-07-05 19:35:36 -07:00
committed by GitHub
parent 0c7c1dd0a8
commit 464587cec5

View File

@@ -43,7 +43,7 @@ impl Ord for TxPriority {
}
}
/// Build projected mempool blocks using an approximation of the transaction selection algorithm from Bitcoin Core
/// Build projected mempool blocks using an approximation of the transaction selection algorithm from Bitcoin Core.
///
/// See `BlockAssembler` in Bitcoin Core's
/// [miner.cpp](https://github.com/bitcoin/bitcoin/blob/master/src/node/miner.cpp).