Skip to content

Commit

Permalink
fix to use custom transactino factory
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Jun 11, 2021
1 parent d6dc92d commit 9e31ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/authz/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Example:
WithGasPrices("")
}

return tx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), &msg)
return tx.GenerateOrBroadcastTxWithFactory(clientCtx, txf, &msg)
},
}

Expand Down

0 comments on commit 9e31ee2

Please sign in to comment.