IBC test just rawtx, coin ibc in that module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package errors
|
||||
|
||||
// CheckErr is the type of all the check functions here
|
||||
type CheckErr func(error) bool
|
||||
|
||||
// NoErr is useful for test cases when you want to fulfil the CheckErr type
|
||||
func NoErr(err error) bool {
|
||||
return err == nil
|
||||
}
|
||||
Reference in New Issue
Block a user