Skip to content

Commit bc6955a

Browse files
author
chenfengjin
committed
format code
1 parent 7cea81d commit bc6955a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kernel/evm/evm.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func (p *proxy) sendTransaction(ctx contract.KContext) (*contract.Response, erro
4949
var S, R []byte
5050
var err error
5151
args := ctx.Args()
52-
// TODO 1. 格式 2.
5352
nonceStr := args["nonce"]
5453
gasPriceStr := args["gas_price"]
5554
gasLimitStr := args["gas_limit"]
@@ -83,7 +82,6 @@ func (p *proxy) sendTransaction(ctx contract.KContext) (*contract.Response, erro
8382
}
8483
net = DEFAULT_NET
8584
VStr := args["v"]
86-
// TODO 确认下这里
8785
V, err = strconv.ParseUint(string(VStr), 10, 64)
8886
if err != nil {
8987
return nil, err

0 commit comments

Comments
 (0)