Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonSw4n committed Jan 29, 2024
1 parent 1d19653 commit b419748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy_mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func (mp *DeSoMempool) UpdateAfterConnectBlock(blk *MsgDeSoBlock) (_txnsAddedToM
0, /* minFeeRateNanosPerKB */
"", /*blockCypherAPIKey*/
false, /*runReadOnlyViewUpdater*/
"" /*dataDir*/, "", mp.useDefaultBadgerOptions)
"" /*dataDir*/, "", mp.useDefaultBadgerOptions)

// Get all the transactions from the old pool object.
oldMempoolTxns, oldUnconnectedTxns, err := mp._getTransactionsOrderedByTimeAdded()
Expand Down

0 comments on commit b419748

Please sign in to comment.