OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / abci / types / code.go
1 package types
2
3 func (c CodeType) IsOK() bool { return c == CodeType_OK }