Commit a0231ed
authored
Fix LedgerHandle.batchReadUnconfirmedAsync: use slog log instead of LOG (#4782)
The batchReadUnconfirmedAsync method added in #4739 calls LOG.error(...),
but LedgerHandle was migrated to slog and only has a lowercase `log`
field. Master fails to compile.
Convert the call to the slog builder style used elsewhere in the file.1 parent 12d4bbd commit a0231ed
0 file changed
0 commit comments