Skip to content

Commit

Permalink
Merge branch 'master' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
millken authored Dec 2, 2022
2 parents c5a64f6 + cb6f6df commit 0352587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action/protocol/rewarding/reward.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ func (p *Protocol) GrantBlockReward(
if err := p.updateAvailableBalance(ctx, sm, a.blockReward); err != nil {
return nil, err
}
if err != nil {
return nil, err
}
if err := p.grantToAccount(ctx, sm, rewardAddr, a.blockReward); err != nil {
return nil, err
}
Expand Down

0 comments on commit 0352587

Please sign in to comment.