Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 17, 2023
1 parent e0e134d commit 24f770d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ func (pc PoolContent) ToTxsByPriceAndNonce(
}
}

out:
for address, txs := range allTxs {
out:
for _, tx := range txs {
for _, localAddress := range localAddresses {
if address == localAddress {
Expand Down

0 comments on commit 24f770d

Please sign in to comment.