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 bytes.hex() #32

Closed yyolk closed 3 years ago

yyolk commented 3 years ago

i think originally i thought it expected a byte string and then i found out it didn't and kept hexlify in. now i'm just using the bytes.hex()