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

dont check_fee at autofill #45

Closed yyolk closed 2 years ago

yyolk commented 2 years ago

don't check_fee (default=True) which might be getting us throttled at our freq..

on function invocation we cache this for subsequent re-use.

from main, prior to this merge: https://github.com/yyolk/xrpl-price-persist-oracle/blob/4895a1f1484d53f85e527d4619415fbc4c48a044/oracle/contract.py#L45