This commit is contained in:
Jae Kwon
2014-06-17 01:28:43 -07:00
parent 6f6582100d
commit 4e09037e9f
5 changed files with 43 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
package blocks
import (
. "github.com/tendermint/tendermint/common"
. "github.com/tendermint/tendermint/binary"
"io"
)
+1
View File
@@ -1,6 +1,7 @@
package blocks
import (
. "github.com/tendermint/tendermint/common"
. "github.com/tendermint/tendermint/binary"
"io"
)
+1
View File
@@ -1,6 +1,7 @@
package blocks
import (
. "github.com/tendermint/tendermint/common"
. "github.com/tendermint/tendermint/binary"
"io"
)
-9
View File
@@ -1,9 +0,0 @@
package blocks
import (
"fmt"
)
func panicf(s string, args ...interface{}) {
panic(fmt.Sprintf(s, args...))
}