Isaac Almanza(ialmanza.eth) pfp
Isaac Almanza(ialmanza.eth)
@ialmanza.eth
A reentrancy attack happens because the EVM doesn't allow concurrency. This means that two contracts involved in a message call cannot run simultaneously. An external call pauses the calling contract's execution and memory until the call returns, then execution proceeds normally
0 reply
0 recast
1 reaction