Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Available Commands:
completion Generate the autocompletion script for the specified shell
create-phase1-staking-tx create phase1 staking tx
create-phase1-unbonding-request create phase1 unbonding tx
create-phase1-withdaw-request create phase1 withdraw tx
create-phase1-withdraw-request create phase1 withdraw tx
create-timestamp-transaction Creates a timestamp btc transaction by hashing the file input.
dump-cfg dumps default confiiguration file
help Help about any command
Expand Down
2 changes: 1 addition & 1 deletion cmd/createWithdrawTxCmg.go → cmd/createWithdrawTxCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type spendStakeTxInfo struct {
}

var createWithdrawCmd = &cobra.Command{
Use: "create-phase1-withdaw-request",
Use: "create-phase1-withdraw-request",
Short: "create phase1 withdraw tx ",
RunE: func(cmd *cobra.Command, args []string) error {
btcParams, err := getBtcNetworkParams(mustGetStringFlag(cmd, FlagNetwork))
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following set of commands are used to create phase-1 compatible transactions
with the goal to ease up testing of the phase-1 system:
- `create-phase1-staking-tx`
- `create-phase1-unbonding-request`
- `create-phase1-withdaw-request`
- `create-phase1-withdraw-request`

Disclaimer: Those commands should only be used for testing purposes and should not be
used with real BTC.
Expand Down