在查看代码时,我发现下面的函数声明
func (c *Congress) Finalize(chain consensus.ChainHeaderReader, header *types.Header, state *state.StateDB, txs *[]*types.Transaction, uncles []*types.Header, receipts *[]*types.Receipt, systemTxs []*types.Transaction) error {
其中两个参数txs *[]*types.Transaction, uncles []*types.Header,
在golang中是什么意思
只是想参考上面的代码来理解 golang 术语
陪伴而非守候
相关分类