Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 10, 2023
1 parent 9ce409b commit 3e2a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chifra/pkg/ledger/trail_balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (l *Ledger) trialBalance(msg string, r *types.SimpleStatement) bool {
r.ReconciliationType = ctx.ReconType.String()
if r.AssetAddr == base.FAKE_ETH_ADDRESS {
if strings.Contains(msg, "TRACE") {
r.ReconciliationType += "trace-eth"
r.ReconciliationType += "-trace-eth"
} else {
r.ReconciliationType += "-eth"
}
Expand Down

0 comments on commit 3e2a3f3

Please sign in to comment.