Remove the print statement
This commit is contained in:
parent
d9916f99eb
commit
4f719d60cd
|
@ -18,7 +18,6 @@ func (k Keeper) AllocateTokens(ctx sdk.Context, percentVotes sdk.Dec, proposer s
|
||||||
// get the fees which have been getting collected through all the
|
// get the fees which have been getting collected through all the
|
||||||
// transactions in the block
|
// transactions in the block
|
||||||
feesCollected := k.feeCollectionKeeper.GetCollectedFees(ctx)
|
feesCollected := k.feeCollectionKeeper.GetCollectedFees(ctx)
|
||||||
fmt.Printf("fees collected: %v\n", feesCollected)
|
|
||||||
feesCollectedDec := types.NewDecCoins(feesCollected)
|
feesCollectedDec := types.NewDecCoins(feesCollected)
|
||||||
|
|
||||||
// allocated rewards to proposer
|
// allocated rewards to proposer
|
||||||
|
|
Loading…
Reference in New Issue