mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +00:00
Correct missing escape sequences
This commit is contained in:
parent
9f6eb205b0
commit
3556584478
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ If the instruction fails, funds are scheduled to be returned to `origin`.
|
||||||
|
|
||||||
- `destination` (Enum { Native(Address), Serai(Address) }): Address to receive
|
- `destination` (Enum { Native(Address), Serai(Address) }): Address to receive
|
||||||
funds to.
|
funds to.
|
||||||
- `data` (Option<Vec<u8>>): The data to call
|
- `data` (Option\<Vec\<u8>>): The data to call
|
||||||
the target with.
|
the target with.
|
||||||
|
|
||||||
Transfer the funds included with this instruction to the specified address with
|
Transfer the funds included with this instruction to the specified address with
|
||||||
|
|
Loading…
Reference in a new issue