summaryrefslogtreecommitdiff
path: root/daemon/algod/api/server/v2/test/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/algod/api/server/v2/test/handlers_test.go')
-rw-r--r--daemon/algod/api/server/v2/test/handlers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/algod/api/server/v2/test/handlers_test.go b/daemon/algod/api/server/v2/test/handlers_test.go
index 0b416eaa5..9af675fa9 100644
--- a/daemon/algod/api/server/v2/test/handlers_test.go
+++ b/daemon/algod/api/server/v2/test/handlers_test.go
@@ -177,7 +177,7 @@ func TestGetBlockJsonEncoding(t *testing.T) {
Round: l.Latest() + 1,
Branch: genBlk.Hash(),
TimeStamp: 0,
- RewardsState: genBlk.NextRewardsState(l.Latest()+1, proto, poolBal.MicroAlgos, totalRewardUnits),
+ RewardsState: genBlk.NextRewardsState(l.Latest()+1, proto, poolBal.MicroAlgos, totalRewardUnits, logging.Base()),
UpgradeState: genBlk.UpgradeState,
}