Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 94c5f76

Browse files
committed
fix: log
1 parent 8b8bad9 commit 94c5f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func (s *Service) RetrievePermissionRevoked(fromBlock, toBlock, limit uint64) ([
654654
fromBlock = s.coreFirstBlock
655655
}
656656

657-
logger.Log().WithField("layer", "Service-GetPermissionRevoked").Infof(
657+
logger.Log().WithField("layer", "Service-RetrievePermissionRevoked").Infof(
658658
"fetching permission revoke with limit: %v from block: %v to block: %v total iterations: %v...",
659659
limit, fromBlock, lastBlock, iterations,
660660
)

0 commit comments

Comments
 (0)