Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip for identity on auth account #945

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Update flips/20220518-authaccount-identity.md
Co-authored-by: Bastian Müller <bastian@turbolent.com>
  • Loading branch information
bjartek and turbolent authored Jul 23, 2022
commit e21d06e16f5ad2d3d61a7fe95cf61dc76dddad3e
2 changes: 1 addition & 1 deletion flips/20220518-authaccount-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ https://github.com/onflow/cadence/pull/1363/files

## Prior Art

Solidity user msg.sender to identify who as signed a transaction
Solidity provides the `msg.sender` field which allows identifying who signed the currently running transaction.