Add period

This commit is contained in:
Jonathan Underwood 2023-07-05 19:35:36 -07:00 committed by GitHub
parent 0c7c1dd0a8
commit 464587cec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).