Skip to content

Commit

Permalink
fixup: wrong home config
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Dec 21, 2023
1 parent 4e7da28 commit 150c8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/crypto/keys/client/maketx.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func SignAndBroadcastHandler(
baseopts := cfg.RootCfg
txopts := cfg

kb, err := keys.NewKeyBaseFromDir(cfg.RootCfg.Config)
kb, err := keys.NewKeyBaseFromDir(cfg.RootCfg.Home)
if err != nil {
return nil, err
}

Check warning on line 97 in tm2/pkg/crypto/keys/client/maketx.go

View check run for this annotation

Codecov / codecov/patch

tm2/pkg/crypto/keys/client/maketx.go#L90-L97

Added lines #L90 - L97 were not covered by tests
Expand Down

0 comments on commit 150c8d2

Please sign in to comment.