Skip to content

Commit

Permalink
fix bindings_stub: add libMdbxVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Feb 5, 2024
1 parent 13608c9 commit 8d85f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var ErrInvalidBlock = errors.New("invalid block")
type Silkworm struct {
}

func New(dataDirPath string) (*Silkworm, error) {
func New(dataDirPath string, libMdbxVersion string) (*Silkworm, error) {
return nil, errors.New("silkworm is not supported")
}

Expand Down

0 comments on commit 8d85f74

Please sign in to comment.