Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 11, 2023
1 parent c004d6a commit d15721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v2/autocli/flag/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (a validatorAddressStringType) DefaultValue() string {
type consensusAddressStringType struct{}

func (a consensusAddressStringType) NewValue(ctx context.Context, b *Builder) Value {
return &addressValue{addressCodec: b.ValidatorAddressCodec}
return &addressValue{addressCodec: nil /* TODO */}
}

func (a consensusAddressStringType) DefaultValue() string {
Expand Down

0 comments on commit d15721e

Please sign in to comment.