Skip to content

Commit

Permalink
evmverifier: remove extraneous fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Mar 26, 2024
1 parent 0077d47 commit beedf21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions analyzer/evmverifier/evmverifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@ type oasisAddress string

// A smart contract, and info on verification progress.
type contract struct {
Addr oasisAddress
AddrContextIdentifier string
AddrContextVersion int
AddrData []byte
EthAddr ethCommon.Address
VerificationLevel sourcify.VerificationLevel // Status on Sourcify OR in Nexus; context-dependent.
Addr oasisAddress
EthAddr ethCommon.Address
VerificationLevel sourcify.VerificationLevel // Status on Sourcify OR in Nexus; context-dependent.
}

func (p *processor) getNexusVerifiedContracts(ctx context.Context) (map[oasisAddress]sourcify.VerificationLevel, error) {
Expand Down

0 comments on commit beedf21

Please sign in to comment.