Creation of ContractTx (Java-SDK)

No, I don’t see anything that is obviously wrong, but it all depends on the local node you are talking to, it could be that the nonce is wrong, or that this local network is not yet at fortuna height, etc. Regardless it should be visible in the logs (why the transaction can’t be applied), you need debug loglevel for this.

logging:
  level: debug

in your .yaml configuration.

1 Like