mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
all: no more anonymous imports
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
"github.com/tendermint/go-crypto"
|
||||
"time"
|
||||
|
||||
"github.com/tendermint/go-crypto"
|
||||
)
|
||||
|
||||
type NodeID struct {
|
||||
|
Reference in New Issue
Block a user