diff --git a/lntest/harness_miner.go b/lntest/harness_miner.go index bc9aef180..cf07d4525 100644 --- a/lntest/harness_miner.go +++ b/lntest/harness_miner.go @@ -217,7 +217,7 @@ func (h *HarnessTest) AssertTxNotInMempool(txid chainhash.Hash) *wire.MsgTx { } // AssertNumTxsInMempool polls until finding the desired number of transactions -// in the provided miner's mempool. It will asserrt if this number is not met +// in the provided miner's mempool. It will assert if this number is not met // after the given timeout. func (h *HarnessTest) AssertNumTxsInMempool(n int) []*chainhash.Hash { return h.miner.AssertNumTxsInMempool(n) diff --git a/lntest/miner/miner.go b/lntest/miner/miner.go index 41147c76b..342793b90 100644 --- a/lntest/miner/miner.go +++ b/lntest/miner/miner.go @@ -196,7 +196,7 @@ func (h *HarnessMiner) MineBlocks(num uint32) []*wire.MsgBlock { } // AssertNumTxsInMempool polls until finding the desired number of transactions -// in the provided miner's mempool. It will asserrt if this number is not met +// in the provided miner's mempool. It will assert if this number is not met // after the given timeout. func (h *HarnessMiner) AssertNumTxsInMempool(n int) []*chainhash.Hash { var (