{
  "tcID":"INT-CANCEL-003",
  "tcName":"WrongGasPrice",
  "test":[
    {
      "tx":{
        "type":"CANCEL",
        "gas":100000,
        "gasPrice": "0x25"
      },
      "expected":{
        "status":false,
        "errorString": "invalid unit price"
      }
    }
  ]
}
