diff --git a/seed.go b/wallet/seed.go similarity index 99% rename from seed.go rename to wallet/seed.go index 138f1fc..5400e65 100644 --- a/seed.go +++ b/wallet/seed.go @@ -1,4 +1,4 @@ -package coreutils +package wallet import ( "crypto/sha256" diff --git a/wallet/wallet.go b/wallet/wallet.go index ab2aa3f..77366af 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -76,8 +76,8 @@ type ( TransactionCount() (uint64, error) } - // A SingleAddressWallet is a hot wallet that manages the outputs controlled by - // a single address. + // A SingleAddressWallet is a hot wallet that manages the outputs controlled + // by a single address. SingleAddressWallet struct { priv types.PrivateKey addr types.Address