Commit 91e23555 authored by madengji's avatar madengji Committed by vipwzw

fix err

parent ebdac31a
...@@ -1298,7 +1298,6 @@ func (a *action) Miner(miner *pt.ParacrossMinerAction) (*types.Receipt, error) { ...@@ -1298,7 +1298,6 @@ func (a *action) Miner(miner *pt.ParacrossMinerAction) (*types.Receipt, error) {
if fundReward > 0 { if fundReward > 0 {
totalReward += fundReward totalReward += fundReward
} }
totalReward *= types.Coin
decimalMode := cfg.MIsEnable("mver.consensus.paracross.decimalMode", a.height) decimalMode := cfg.MIsEnable("mver.consensus.paracross.decimalMode", a.height)
if !decimalMode { if !decimalMode {
......
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