Update index.md of Merkle-Patricia Trie doc#13758
Conversation
I replaced the node parameter with node_hash to remove ambiguity.
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
corwintines
left a comment
There was a problem hiding this comment.
Thanks @TakeASwing-420
I fixes the areas where this update was missed in the codeblock. The parameters were changed, but not their use in the functions.
|
@all-contributors can you add @TakeASwing-420 for content |
|
I've put up a pull request to add @TakeASwing-420! 🎉 |
corwintines
left a comment
There was a problem hiding this comment.
@TakeASwing-420 upon reviewing this file a bit more, I think this change is missing out throughout other code examples. Could you go through and fix this please :)
Update remaininingcode blocks of Merkle Patricia Trie Documentation for better understanding.
|
@corwintines Please Check the updates and tell if it's okay. |
|
This issue is stale because it has been open 30 days with no activity. |
|
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2025 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |


Description
Refactored the variable name
nodetonode_hashto remove ambiguity. This change improves code clarity by explicitly indicating that the variable holds the hash of a node, not the node itself.Changes
nodewithnode_hashthroughout theupdateanddeletefunctions.