update embryo to placehodler

This commit is contained in:
Jennifer Wang
2023-01-09 22:23:55 -05:00
parent 72c04caae9
commit cb49edf29d
12 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ func (a *EthModule) EthSendRawTransaction(ctx context.Context, rawTx ethtypes.Et
_, err = a.StateAPI.StateGetActor(ctx, smsg.Message.To, types.EmptyTSK)
if err != nil {
// if actor does not exist on chain yet, set the method to 0 because
// embryos only implement method 0
// placeholders only implement method 0
smsg.Message.Method = builtinactors.MethodSend
}