This commit is contained in:
Jae Kwon 2016-03-22 15:58:42 -07:00
parent c134fa7efd
commit 4810acbd9d
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ func ExecTx(state *State, tx types.Tx, isCheckTx bool, evc events.Fireable) tmsp
return types.ResultOK return types.ResultOK
default: default:
PanicSanity("Unknown Tx type") return types.ErrEncodingError.SetLog("Unknown tx type")
return types.ErrInternalError
} }
} }