From 9174f0f42333c4b52a05e84af1821bf8d32b919e Mon Sep 17 00:00:00 2001 From: blockchaindevsh Date: Thu, 26 Dec 2024 07:39:29 +0800 Subject: [PATCH] update comment --- eth/ethconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 91f18a9639..b58eb4218f 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -66,7 +66,7 @@ var Defaults = Config{ RPCGasCap: 50000000, RPCEVMTimeout: 5 * time.Second, GPO: FullNodeGPO, - RPCTxFeeCap: 1000, // 1 ether + RPCTxFeeCap: 1000, // 1000 QKC } //go:generate go run github.com/fjl/gencodec -type Config -formats toml -out gen_config.go