Skip to content

Commit

Permalink
chore: add stake command to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Nov 20, 2024
1 parent 0374d0b commit b41aa7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/stakercli/daemon/daemoncommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var DaemonCommands = []cli.Command{
listStakingTransactionsCmd,
withdrawableTransactionsCmd,
unbondCmd,
stakeFromPhase1Cmd,
},
},
}
Expand Down Expand Up @@ -140,8 +141,8 @@ var stakeCmd = cli.Command{
var stakeFromPhase1Cmd = cli.Command{
Name: "stake-from-phase1",
ShortName: "stfp1",
Usage: "stake-from-phase1",
Description: "Creates a Babylon staking transaction from the Phase1 BTC staking tx",
Usage: "stakercli stake-from-phase1 [fullpath/to/global_parameters.json]",
Description: "Creates a Babylon BTC delegation transaction from the Phase1 BTC staking tx",
Flags: []cli.Flag{
cli.StringFlag{
Name: stakingDaemonAddressFlag,
Expand Down

0 comments on commit b41aa7a

Please sign in to comment.