Skip to content

Commit

Permalink
fix sep-38 code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Feb 3, 2024
1 parent 952357d commit f7281da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/building-apps/wallet/sep38.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const resp = await sep38.prices({

```dart
var resp = await sep38.prices(
sellAsset: "iso4217:USD",
sellAsset: "iso4217:USD",
sellAmount: "5",
);
```
Expand Down Expand Up @@ -157,7 +157,7 @@ const resp = await sep38.price({
```dart
var resp = await sep38.price(
sellAsset: "iso4217:USD",
buyAsset:
buyAsset:
"stellar:SRT:GCDNJUBQSX7AJWLJACMJ7I4BC3Z47BQUTMHEICZLE6MU4KQBRYG5JY6B",
sellAmount: "5",
context: "sep6",
Expand Down Expand Up @@ -193,7 +193,7 @@ const requestResp = await sep38.requestQuote({
```dart
var requestResp = await sep38.requestQuote(
sellAsset: "iso4217:USD",
buyAsset:
buyAsset:
"stellar:SRT:GCDNJUBQSX7AJWLJACMJ7I4BC3Z47BQUTMHEICZLE6MU4KQBRYG5JY6B",
sellAmount: "5",
context: "sep6",
Expand Down

0 comments on commit f7281da

Please sign in to comment.