We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test
Currently all tx creation commands in this repository should not be used in production, but only in test enviroments: https://github.com/babylonlabs-io/cli-tools/blob/main/docs/commands.md#btc-transaction-creation-commands
Though this is not obvious for external observers.
To make it clear, add test prefix to each command so: create-phase1-staking-tx will become test-create-phase1-staking-tx
create-phase1-staking-tx
test-create-phase1-staking-tx
The text was updated successfully, but these errors were encountered:
KonradStaniec
No branches or pull requests
Currently all tx creation commands in this repository should not be used in production, but only in test enviroments: https://github.com/babylonlabs-io/cli-tools/blob/main/docs/commands.md#btc-transaction-creation-commands
Though this is not obvious for external observers.
To make it clear, add
test
prefix to each command so:create-phase1-staking-tx
will becometest-create-phase1-staking-tx
The text was updated successfully, but these errors were encountered: