Skip to content
New issue

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

Add Option for Custom Network Fee on send-btc CLI Command #155

Open
ronaldoguedess opened this issue Jun 21, 2024 · 1 comment
Open

Add Option for Custom Network Fee on send-btc CLI Command #155

ronaldoguedess opened this issue Jun 21, 2024 · 1 comment

Comments

@ronaldoguedess
Copy link

ronaldoguedess commented Jun 21, 2024

I would like to propose an enhancement to the send-btc CLI command to allow users to specify a custom network fee. This would provide greater flexibility and control over transaction costs.

Current Command:
npx hardhat send-btc --amount 0.0001 --memo

Proposed Enhancement:
px hardhat send-btc --amount 0.0001 --memo xxxxxxx --fee 100

Additional Notes:

  • The --fee parameter should accept an integer value representing the fee in satoshis (sats/vBytes).
  • Consider adding documentation and examples for the new --fee parameter.
@fadeev
Copy link
Member

fadeev commented Jun 21, 2024

Good suggestion! Thanks for creating an issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants