SatoshiPortal / boltz-rust

Boltz client rust crate
https://docs.boltz.exchange
30 stars 16 forks source link

Change visibility of `SwapResponse` fields to public #44

Closed hydra-yse closed 1 month ago

hydra-yse commented 2 months ago

This PR aims to fix a minor issue where the data returned by the get_pairs method is inaccessible by external libraries.

i5hi commented 1 month ago

Hey @hydra-yse, thanks for the PR!

Lint check is failing. Please run cargo fmt after making changes.

i5hi commented 1 month ago

Hey, I am about to start on some updates. Will just merge this for now and cargo fmt myself.

@hydra-yse Just take note of this for any successive PRs.

Thanks!