...送到 `recipient`,转发所有可用的 gas 并在出错时恢复。
[EIP1884](https://learnblockchain.cn/docs/eips/EIPS/eip-1884) 增加了某些操作码的 gas 成本,可能会使合约超过 `transfer` 施加的 2300 gas 限制,从而使它们无法通过 `transfer` 接收资金。[`send...
...ocess(block *types.Block, statedb *state.StateDB, cfg vm.Config) (types.Receipts, []*types.Log, uint64, error) {
//...
// Mutate the block and state according to any hard-fork specs
if p.config.DAOForkSupport && p.config.DAOForkBlock != nil && p.config.DAOForkBlock.Cmp(block.Number()) == 0 {
mi...