Skip to content

log.Fatal makes chaincore stopping

username-removed-800377 requested to merge fix-unmarshal-tx into master

log.Fatal is equivalent to Print() followed by a call to os.Exit(1). This makes chaincore stopped when can not unmarshal tx.

Merge request reports