Skip to content

Commit e5924aa

Browse files
straheLexLuthr
andauthored
Update cmd/lib/common.go
Co-authored-by: LexLuthr <[email protected]>
1 parent f1672d0 commit e5924aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lib/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func SignAndPushToMpool(cctx *cli.Context, ctx context.Context, api api.Gateway,
175175
fmt.Println("gas limit: ", smsg.Message.GasLimit)
176176
fmt.Println("gas premium: ", types.FIL(smsg.Message.GasPremium))
177177
fmt.Println("basefee: ", types.FIL(basefee))
178-
fmt.Println("noice: ", smsg.Message.Nonce)
178+
fmt.Println("nonce: ", smsg.Message.Nonce)
179179
fmt.Println()
180180
if !cctx.Bool("assume-yes") {
181181
validate := func(input string) error {

0 commit comments

Comments
 (0)