status-go/utils/utils.go
2024-09-20 13:24:34 +01:00

8 lines
106 B
Go

package utils
import "github.com/ethereum/go-ethereum/log"
func LogOnPanic() {
log.Info("<<< panic")
}