ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
95 stars 61 forks source link

fix: swap offer output #971

Closed mvadari closed 2 months ago

mvadari commented 2 months ago

High Level Overview of Change

The buys and sells were flipped.

Context of Change

They were flipped in #179.

Type of Change

TypeScript/Hooks Update

Before / After

Test Plan

ckniffen commented 2 months ago

Is it always swapped wrong? I remember a previous change was made to fix it for a subset scenario.

mvadari commented 2 months ago

Is it always swapped wrong? I remember a previous change was made to fix it for a subset scenario.

It was flipped in https://github.com/ripple/explorer/pull/179.