Closed orenyomtov closed 1 year ago
Hey @orenyomtov Could give me some more context for this change ?
If I'm not mistaken, the original comment was wrong, so I fixed it
The precompile by default calls the actor, and does not delegate call it
We do use delegated call opcode for it so we are doing a delegated call like the comment originally mentioned.
Yeah you always delegatecall to the precompile, and then the precompile either calls or static-calls, depending on the flag provided
Ah yes indeed you are right! Nice lets get this merge.
:link: zboto Link