Skip to content

Commit fbf0f61

Browse files
authored
feat: add simulate command (#1269)
add simulate command
1 parent 5d3ed0c commit fbf0f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/elysd/cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ func txCommand(basicManager module.BasicManager) *cobra.Command {
272272
authcmd.GetMultiSignCommand(),
273273
authcmd.GetMultiSignBatchCmd(),
274274
authcmd.GetValidateSignaturesCommand(),
275+
authcmd.GetSimulateCmd(),
275276
flags.LineBreak,
276277
authcmd.GetBroadcastCommand(),
277278
authcmd.GetEncodeCommand(),

0 commit comments

Comments
 (0)