Added todo to support native actors calling another when created

This commit is contained in:
Fridrik Asmundsson 2023-08-29 10:38:21 +00:00
parent 930e9b957c
commit 13e1b4b3df

View File

@ -155,6 +155,8 @@ func buildTraces(ctx context.Context, traces *[]*ethtypes.EthTrace, parent *etht
parent.Result.Output = nil
// there should never be any subcalls when creating a native actor
//
// TODO: add support for native actors calling another when created
return nil
}