Skip to content

Commit

Permalink
flip the switch
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Feb 11, 2025
1 parent f4192a6 commit 811e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/pkg/keyscli/maketx.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (c *MakeTxCfg) RegisterFlags(fs *flag.FlagSet) {
fs.BoolVar(
&c.Broadcast,
"broadcast",
false,
true,

Check warning on line 73 in gno.land/pkg/keyscli/maketx.go

View check run for this annotation

Codecov / codecov/patch

gno.land/pkg/keyscli/maketx.go#L73

Added line #L73 was not covered by tests
"sign and broadcast",
)

Expand Down

0 comments on commit 811e692

Please sign in to comment.