eth: FIP-0055: implement final version of transitory delegated signature. (#10239)

This commit is contained in:
raulk
2023-02-12 21:08:42 +00:00
committed by GitHub
parent 1ee9516887
commit 37e1ac5d93
5 changed files with 89 additions and 46 deletions
+2 -3
View File
@@ -765,10 +765,9 @@ func (a *EthModule) ethCallToFilecoinMessage(ctx context.Context, tx ethtypes.Et
return nil, fmt.Errorf("failed to encode tx input into a cbor byte-string")
}
params = buf.Bytes()
method = builtintypes.MethodsEVM.InvokeContract
} else {
method = builtintypes.MethodSend
}
method = builtintypes.MethodsEVM.InvokeContract
}
return &types.Message{