Skip to content

Commit

Permalink
remove unused codeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Oct 7, 2024
1 parent f32e7c9 commit 922f89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/aergoio/aergo-indexer-2.0/indexer/client"
doc "github.com/aergoio/aergo-indexer-2.0/indexer/documents"
"github.com/aergoio/aergo-indexer-2.0/indexer/transaction"
"github.com/aergoio/aergo-indexer-2.0/lua_compiler"
//"github.com/aergoio/aergo-indexer-2.0/lua_compiler"
"github.com/aergoio/aergo-indexer-2.0/types"
)

Expand Down Expand Up @@ -334,7 +334,7 @@ func (ns *Indexer) MinerTokenVerified(tokenAddr, contractAddr, metadata string,
}

func (ns *Indexer) MinerContractVerified(tokenAddr, contractAddr, metadata string, MinerGRPC *client.AergoClientController) (updateContractAddr string) {
updateContractAddr, _, codeUrl := transaction.UnmarshalMetadataVerifyContract(metadata)
updateContractAddr, _, _ = transaction.UnmarshalMetadataVerifyContract(metadata)

// update contract info
if updateContractAddr != "" {
Expand Down

0 comments on commit 922f89b

Please sign in to comment.