Skip to content

Commit

Permalink
wallet: move seed to wallet package
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 17, 2024
1 parent fd098df commit 7398362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seed.go → wallet/seed.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coreutils
package wallet

import (
"crypto/sha256"
Expand Down
4 changes: 2 additions & 2 deletions wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7398362

Please sign in to comment.