You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required when we're adding a new transaction, calling the preOrder check contract and the contract execution fails due to some reason.. this means that we're rejecting the transaction because of a system error
Add to spec
Add to all clients sdks + gamma-cli
Return it in services/transactionpool/add_new_transaction.go here:
if err := s.validateSingleTransactionForPreOrder(ctx, input.SignedTransaction); err != nil {
status := protocol.TRANSACTION_STATUS_REJECTED_SMART_CONTRACT_PRE_ORDER // TODO: change to system error
The text was updated successfully, but these errors were encountered:
This is required when we're adding a new transaction, calling the preOrder check contract and the contract execution fails due to some reason.. this means that we're rejecting the transaction because of a system error
Add to spec
Add to all clients sdks + gamma-cli
Return it in
services/transactionpool/add_new_transaction.go
here:The text was updated successfully, but these errors were encountered: