fix typos.
This commit is contained in:
parent
73d6c7b28a
commit
6c0ddd4ec9
@ -619,7 +619,7 @@ func (m *StateModule) StateWaitMsg(ctx context.Context, msg cid.Cid, confidence
|
|||||||
t, err := stmgr.GetReturnType(ctx, m.StateManager, vmsg.To, vmsg.Method, ts)
|
t, err := stmgr.GetReturnType(ctx, m.StateManager, vmsg.To, vmsg.Method, ts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if errors.Is(err, stmgr.ErrMetadataNotFound) {
|
if errors.Is(err, stmgr.ErrMetadataNotFound) {
|
||||||
// This is not nececessary an error -- EVM methods (and in the future native actors) may
|
// This is not necessarily an error -- EVM methods (and in the future native actors) may
|
||||||
// return just bytes, and in the not so distant future we'll have native wasm actors
|
// return just bytes, and in the not so distant future we'll have native wasm actors
|
||||||
// that are by definition not in the registry.
|
// that are by definition not in the registry.
|
||||||
// So in this case, log a debug message and retun the raw bytes.
|
// So in this case, log a debug message and retun the raw bytes.
|
||||||
|
Loading…
Reference in New Issue
Block a user