Skip to content

Commit

Permalink
fix: rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antmat committed Jan 29, 2019
1 parent d3990de commit 7150d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func (api *BasicAPI) ContractRegistry() ContractRegistry {
return api.contractRegistry
}

func NewRegistry(ctx context.Context, address common.Address, opts *chainOpts) (*BasicContractRegistry, error) {
func NewRegistry(ctx context.Context, version uint, address common.Address, opts *chainOpts) (*BasicContractRegistry, error) {
client, err := opts.getClient()
if err != nil {
return nil, err
Expand Down

0 comments on commit 7150d6a

Please sign in to comment.