Commit 1768de18 authored by heyubin's avatar heyubin

add by hyb for lint

parent a8b3848e
...@@ -318,7 +318,7 @@ func (r *Relayd) syncBlockHeaders() { ...@@ -318,7 +318,7 @@ func (r *Relayd) syncBlockHeaders() {
} }
func (r *Relayd) transaction(payload []byte) *types.Transaction { func (r *Relayd) transaction(payload []byte) *types.Transaction {
chainID := 0 var chainID int32
minFee := types.DefaultMinFee minFee := types.DefaultMinFee
//chain33的配置中获取chainID和minFee //chain33的配置中获取chainID和minFee
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment