Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

"please check your gas amount" when migrating to quorum #222

@moda20

Description

@moda20

hello !
I am trying to migrate a contract to the 7 nodes example from the quorum repository.
i got this error


Error encountered, bailing. Network state unknown. Review successful transactions manually.
Error: The contract code couldn't be stored, please check your gas amount.

This is my truffle.Js


module.exports = {
  networks: {
    development: {
      host: 'localhost',
      port: 22000,
      network_id: '*',
      gas: 4500000,
      gasPrice:0
    }
  }
}

How is this gas related error even possible, isn't quorum letting the gas thing and the mining for some other ways ?
is this a generic error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions