Skip to content

Commit

Permalink
Update sys.xfer_upgrade_to_caller.mdx (#504)
Browse files Browse the repository at this point in the history
correct sample called under Script scetion.
  • Loading branch information
slimerunner authored Dec 16, 2024
1 parent 6aa09f4 commit a0cd91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scripting/trust_scripts/sys.xfer_upgrade_to_caller.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ sys.xfer_upgrade_to_caller
Single upgrade:

```
#fs.sys.xfer_upgrade_to_caller({ to: "user", i: 0 })
#fs.sys.xfer_upgrade_to_caller({ i: 0 })
```

Multiple upgrades:

```
#fs.sys.xfer_upgrade_to_caller({ to: "user", i: [ 0, 1, 2 ] })
#fs.sys.xfer_upgrade_to_caller({ i: [ 0, 1, 2 ] })
```

### Parameters
Expand Down

0 comments on commit a0cd91d

Please sign in to comment.