Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
xfiendx4life committed Sep 4, 2024
1 parent 8b8bad9 commit 94c5f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ func (s *Service) RetrievePermissionRevoked(fromBlock, toBlock, limit uint64) ([
fromBlock = s.coreFirstBlock
}

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

0 comments on commit 94c5f76

Please sign in to comment.