mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 19:51:41 +00:00
tendermint/account -> acm
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
ac "github.com/tendermint/tendermint/account"
|
||||
acm "github.com/tendermint/tendermint/account"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
"github.com/tendermint/tendermint/vm"
|
||||
)
|
||||
|
||||
type AccountGetter interface {
|
||||
GetAccount(addr []byte) *ac.Account
|
||||
GetAccount(addr []byte) *acm.Account
|
||||
}
|
||||
|
||||
type VMAccountState interface {
|
||||
|
Reference in New Issue
Block a user