我正在尝试在gosdk中部署以太坊智能合约,但出现一些错误./inbox_test.go:20:44:notenoughargumentsincalltobackends.NewSimulatedBackendhave(core.GenesisAlloc)want(core.GenesisAlloc,uint64)我正在按照分步指南在go中部署智能合约,但我无法做到这一点funcTestDeployInbox(t*testing.T){//Setupsimulatedblockchainkey,_:=crypto.GenerateKey()auth:=bind.NewKeyedTran
我正在尝试在gosdk中部署以太坊智能合约,但出现一些错误./inbox_test.go:20:44:notenoughargumentsincalltobackends.NewSimulatedBackendhave(core.GenesisAlloc)want(core.GenesisAlloc,uint64)我正在按照分步指南在go中部署智能合约,但我无法做到这一点funcTestDeployInbox(t*testing.T){//Setupsimulatedblockchainkey,_:=crypto.GenerateKey()auth:=bind.NewKeyedTran