Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jun 14, 2024
1 parent 36ea153 commit 0570bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-074-implicit-msg-signers.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Modules defining handlers for `MsgV2` instances will need to extract the sender
passed in. An interface in `core` which will be present on the `appmodule.Environment` will be defined for this purpose:
```go
type GetSenderService interface {
GetSender(ctx sdk.Context) []byte
GetSender(ctx context.Context) []byte
}
```

Expand Down

0 comments on commit 0570bf7

Please sign in to comment.