mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
update package name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package account
|
||||
package crypto
|
||||
|
||||
import (
|
||||
"github.com/tendermint/ed25519"
|
||||
|
@@ -1,14 +1,13 @@
|
||||
|
||||
package account
|
||||
package crypto
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/tendermint/ed25519"
|
||||
"github.com/tendermint/ed25519/extra25519"
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
"github.com/tendermint/go-wire"
|
||||
. "github.com/tendermint/go-common"
|
||||
"github.com/tendermint/go-wire"
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
)
|
||||
|
||||
// PubKey is part of Account and Validator.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
package account
|
||||
package crypto
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/tendermint/go-wire"
|
||||
. "github.com/tendermint/go-common"
|
||||
"github.com/tendermint/go-wire"
|
||||
)
|
||||
|
||||
// Signature is a part of Txs and consensus Votes.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package account
|
||||
package crypto
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Reference in New Issue
Block a user