Skip to content

Commit

Permalink
Update rest.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
opanasiuk-oleksii authored Sep 9, 2024
1 parent 5b2048e commit 4755c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api/src/controller/rest.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ export class RestController {
@Tags('Transfers')
async bridgeDetails(
/**
* Amount to be received: Integer value according to the destination token precision
* Amount to be sent: Integer value according to the source token precision
*/
@Query('amount') amount: string,
/**
Expand Down

0 comments on commit 4755c9d

Please sign in to comment.