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
genesis txs
Task copied from the master issue: #1203
txs The txs subcommand manages the initial transaction data in the genesis.json. Flags --genesis-path - the path to the genesis.json txs add The txs add subcommand imports the transactions from a tx-archive backup to the genesis.json. Existing transactions are skipped. Flags --parse-export - the path to the tx-archive export containing a list of transactions. txs remove The txs remove subcommand removes the transaction from the genesis.json. If the transaction doesn't exist, the command fails Flags --hash - the transaction hash (hex format)
txs
The txs subcommand manages the initial transaction data in the genesis.json.
genesis.json
--genesis-path
txs add
The txs add subcommand imports the transactions from a tx-archive backup to the genesis.json. Existing transactions are skipped.
--parse-export
txs remove
The txs remove subcommand removes the transaction from the genesis.json. If the transaction doesn't exist, the command fails
--hash
PR against branch: feat/genesis
The text was updated successfully, but these errors were encountered:
Closed by #1278
Sorry, something went wrong.
zivkovicmilos
Successfully merging a pull request may close this issue.
Description
Task copied from the master issue: #1203
PR against branch: feat/genesis
The text was updated successfully, but these errors were encountered: