Skip to content

Commit

Permalink
Merge 99dc5bf into e5c1210
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDenver007 committed Jun 1, 2019
2 parents e5c1210 + 99dc5bf commit d43768c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processor/transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ func (st *StateTransition) distributeGas(intrinsicGas uint64) {
fallthrough
case types.SetAssetOwner:
fallthrough
case types.UpdateAssetContract:
fallthrough
case types.UpdateAsset:
st.distributeToSystemAccount(common.Name(st.chainConfig.AssetName))
return
Expand Down

0 comments on commit d43768c

Please sign in to comment.