yyolk / xrpl-price-persist-oracle

A Serverless Application Model stack that persists the $XRP price to the XRPL every minute as a TrustLine. There are no servers, it is effectively a "smart contract" in Python for the XRPL.
https://egge.gg
Other
9 stars 2 forks source link

use autofill instead of the base_fee #52

Closed yyolk closed 2 years ago

yyolk commented 2 years ago

remove fee set to base_fee of the ledger, defer to autofill's lookup:

https://github.com/XRPLF/xrpl-py/blob/8b27082b71a987676970c7a403460c596d5feb6a/xrpl/asyncio/transaction/main.py#L183