Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Oct 8, 2024
1 parent 69c33c7 commit e134441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vm/templates/wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ func New(args *SpawnArguments) *Wallet {
//go:generate scalegen

// Wallet is a single-key wallet.
type Wallet struct {
}
type Wallet struct{}

// MaxSpend returns amount specified in the SpendArguments for Spend method.
func (s *Wallet) MaxSpend(args any) (uint64, error) {
Expand Down

0 comments on commit e134441

Please sign in to comment.