Added todo to support native actors calling another when created
This commit is contained in:
parent
930e9b957c
commit
13e1b4b3df
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user