Skip to content

Commit

Permalink
fix wrong usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Aug 5, 2024
1 parent 56f8357 commit f256d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/stdlibs/std/chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Returns the original signer of the transaction.

#### Usage
```go
caller := std.GetOrigSend()
caller := std.GetOrigCaller()
```
---

Expand Down

0 comments on commit f256d24

Please sign in to comment.