XRPLF / xrpl-py

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

Explicitly send `api_version` with every request #648

Closed ckniffen closed 1 year ago

ckniffen commented 1 year 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 1 year ago

Clio defaults to v1 now instead of v2.