Skip to content

Commit 7150d6a

Browse files
committed
fix: rebase fix
1 parent d3990de commit 7150d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ func (api *BasicAPI) ContractRegistry() ContractRegistry {
391391
return api.contractRegistry
392392
}
393393

394-
func NewRegistry(ctx context.Context, address common.Address, opts *chainOpts) (*BasicContractRegistry, error) {
394+
func NewRegistry(ctx context.Context, version uint, address common.Address, opts *chainOpts) (*BasicContractRegistry, error) {
395395
client, err := opts.getClient()
396396
if err != nil {
397397
return nil, err

0 commit comments

Comments
 (0)