Add period

This commit is contained in:
Jonathan Underwood 2023-07-05 19:35:36 -07:00 committed by GitHub
parent 212d8e2f05
commit d9f11b829b

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 /// See `BlockAssembler` in Bitcoin Core's
/// [miner.cpp](https://github.com/bitcoin/bitcoin/blob/master/src/node/miner.cpp). /// [miner.cpp](https://github.com/bitcoin/bitcoin/blob/master/src/node/miner.cpp).