diff --git a/backend/rust-gbt/src/gbt.rs b/backend/rust-gbt/src/gbt.rs index 696342e7f..09b6377e6 100644 --- a/backend/rust-gbt/src/gbt.rs +++ b/backend/rust-gbt/src/gbt.rs @@ -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).