Skip to content

Commit

Permalink
fix: NewAuctionMempool not declared by package mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Aug 29, 2023
1 parent a25e378 commit 405564d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package app

import (
"encoding/json"
"github.com/skip-mev/pob/mempool"
"io"
"net/http"
"os"
"path/filepath"
"reflect" // #nosec G702
"strings"

mempool "github.com/skip-mev/pob/mempool"

authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"

"github.com/terra-money/core/v2/app/rpc"
Expand Down

0 comments on commit 405564d

Please sign in to comment.