XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
145 stars 83 forks source link

Explicitly send `api_version` with every request #648

Closed ckniffen closed 8 months ago

ckniffen commented 9 months ago

Default api_version to 1 unless another one is specified. This is required because clio defaults to using v2 which isn't a formalized spec yet.

JST5000 commented 8 months ago

Clio defaults to v1 now instead of v2.