Closed wojake closed 2 years ago
https://github.com/XRPLF/xrpl-py/blob/feab4a0e3a69d4e3a2f355bbb3e67faa73690032/xrpl/asyncio/transaction/main.py#L275-L284
Why would we want to restrict the users from paying high transaction fees?
This is to prevent people from accidentally passing in too high fees. You can turn this off by passing in check_fee=False to safe_sign_and_submit_transaction.
check_fee=False
safe_sign_and_submit_transaction
Ah I see, Thank you
https://github.com/XRPLF/xrpl-py/blob/feab4a0e3a69d4e3a2f355bbb3e67faa73690032/xrpl/asyncio/transaction/main.py#L275-L284
Why would we want to restrict the users from paying high transaction fees?