XRPLF / xrpl-py

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

fix BidMin & BidMax types #649

Closed khancode closed 9 months ago

khancode commented 9 months ago

High Level Overview of Change

BidMin & BidMax types should be IssuedCurrencyAmount since they only accept LPToken amounts.

Type of Change

Did you update CHANGELOG.md?

Test Plan

Current test already uses IssuedCurrencyAmount