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
Versions validator-cli: 1.3.1-beta.3
Steps to Reproduce/Description
Expected behavior maxFeePerGas and maxPriorityFeePerGas numbers must be the same as you mentioned in the command
Actual result maxFeePerGas number is a bit different (less)
More info ⬇️ executed command - sk-val validator withdraw-fee 0x06eb298545005800FCded90ed2A35824bE614808 --pk-file ./pk.txt --max-fee 50.123 --max-priority-fee 2.123
Transaction
logs - 2022-11-14 17:49:23,797 - skale.transactions.tools - INFO - Tx: withdrawFee, Fields: {'chainId': 5, 'gas': 231126, 'nonce': 45, 'value': 0, 'maxPriorityFeePerGas': 2123000000, 'maxFeePerGas': 50122999999, 'type': 2, 'to': '0xFD7C69ccD4cB2A58743628c264317d19D4E5Aa79', 'data': '0x1ac3ddeb00000000000000000000000006eb298545005800fcded90ed2a35824be614808'},
The text was updated successfully, but these errors were encountered:
Migrated https://github.com/skalenetwork/internal-support/issues/530
Sorry, something went wrong.
badrogger
No branches or pull requests
Versions
validator-cli: 1.3.1-beta.3
Steps to Reproduce/Description
Expected behavior
maxFeePerGas and maxPriorityFeePerGas numbers must be the same as you mentioned in the command
Actual result
maxFeePerGas number is a bit different (less)
More info ⬇️
executed command - sk-val validator withdraw-fee 0x06eb298545005800FCded90ed2A35824bE614808 --pk-file ./pk.txt --max-fee 50.123 --max-priority-fee 2.123
Transaction
logs - 2022-11-14 17:49:23,797 - skale.transactions.tools - INFO - Tx: withdrawFee, Fields: {'chainId': 5, 'gas': 231126, 'nonce': 45, 'value': 0, 'maxPriorityFeePerGas': 2123000000, 'maxFeePerGas': 50122999999, 'type': 2, 'to': '0xFD7C69ccD4cB2A58743628c264317d19D4E5Aa79', 'data': '0x1ac3ddeb00000000000000000000000006eb298545005800fcded90ed2a35824be614808'},
The text was updated successfully, but these errors were encountered: