Skip to content

Commit

Permalink
fix: return txs count after cache (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Jun 13, 2023
1 parent cfbd64b commit 38baa36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ae_mdw/sync/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ defmodule AeMdw.Sync.Server do
|> Enum.sum()

BroadcasterCache.put_txs_count(kb_hash, count)
count
end
end
end

0 comments on commit 38baa36

Please sign in to comment.