Correct missing escape sequences

This commit is contained in:
Luke Parker 2022-07-22 00:32:18 -04:00
parent 9f6eb205b0
commit 3556584478
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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