Skip to content

Commit

Permalink
After merge fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Apr 14, 2021
1 parent 38ec0ce commit 412a5b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ledger/appdbg.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ func MakeDebugBalances(l ApplicationDbgLedger, round basics.Round, proto protoco
w := ledgerForCowBaseWrapper{l}

base := &roundCowBase{
l: &w,
rnd: round - 1,
proto: config.Consensus[proto],
l: &w,
rnd: round - 1,
proto: config.Consensus[proto],
accounts: make(map[basics.Address]basics.AccountData),
}

hdr := bookkeeping.BlockHeader{
Expand Down

0 comments on commit 412a5b6

Please sign in to comment.