Skip to content

Commit

Permalink
docs: minor - accept suggested edits
Browse files Browse the repository at this point in the history
Co-authored-by: Nana Essilfie-Conduah <56320167+Nana-EC@users.noreply.github.com>
Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com>
  • Loading branch information
bguiz and Nana-EC committed Feb 7, 2024
1 parent 1fbe55c commit 8324ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HIP/hip-792.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ within "complex" keys **should** be supported, as noted in

> Note that when a Key is a smart contract ID,
> it doesn't mean the contract with that ID will actually create a cryptographic signature.
> It only means that when the contract calls a precompiled contract,
> It only means that when the contract calls a system contract function,
> the resulting "child transaction" will be authorized to perform any action controlled by the Key.
Therefore this HIP proposes a means, via the `hederaAccountSystem` system contract,
Expand Down Expand Up @@ -246,6 +246,7 @@ which demonstrates this HIP, with both happy path and error path examples.
This will be in the style of existing work:

- [Multisig Account](https://github.com/hedera-dev/hedera-code-snippets/tree/main/multisig-account)
- [Multisig Smart Contract Account](https://github.com/hedera-dev/hedera-code-snippets/tree/main/multisig-sc-account)

Provide sufficient warnings about improper use of `isAuthorizedCurrentTransaction` in a tutorial,
at minimum including a list of "Do's and Don'ts".
Expand Down

0 comments on commit 8324ccf

Please sign in to comment.