You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the log attached 3 requests,
a) creates a simple contract with CREATE in the body
b) call that contract which executes CREATE
c) call the address of the contract should be created
clearly can be see that the address get balance on request-c
and but not on request-b as expected.