Add test scripts.

This commit is contained in:
Arijit Das
2021-06-14 10:26:10 +05:30
parent 491d779d58
commit e7744cce4b
5 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ var _ = Describe("API", func() {
backend, err := eth.NewEthBackend(db, &eth.Config{
ChainConfig: chainConfig,
VmConfig: vm.Config{},
RPCGasCap: big.NewInt(10000000000),
RPCGasCap: big.NewInt(10000000000), // Max gas capacity for a rpc call.
})
Expect(err).ToNot(HaveOccurred())
api = eth.NewPublicEthAPI(backend, nil, false)