This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-04-25 23:02:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
common
/
panic.go
12 lines
92 B
Go
Raw
Normal View
History
Unescape
Escape
.
2014-06-17 01:28:43 -07:00
package
common
fill in blocks methods
2014-06-05 11:04:56 -07:00
import
(
go fmt
2014-07-01 14:50:24 -07:00
"fmt"
Refactoring genesis, including PubKey into TxInput
2014-12-28 00:44:56 -08:00
"os"
fill in blocks methods
2014-06-05 11:04:56 -07:00
)
change logger to log15
2014-12-29 18:09:06 -08:00
func
Exit
(
s
string
)
{
fmt
.
Printf
(
s
)
Refactoring genesis, including PubKey into TxInput
2014-12-28 00:44:56 -08:00
os
.
Exit
(
1
)
}
Reference in New Issue
Copy Permalink