Added a new inx method to validate if a transaction can be executed by the VM successfully #357
Annotations
3 errors
[golangci] components/inx/server_issuance.go#L24:
components/inx/server_issuance.go#L24
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
[golangci] components/inx/server_issuance.go#L44:
components/inx/server_issuance.go#L44
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
[golangci] components/inx/server_issuance.go#L51:
components/inx/server_issuance.go#L51
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|