Skip to content

Commit

Permalink
fix: trace log for chains which don't have a given storage query
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jul 17, 2024
1 parent d69f9cd commit 12c9ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/balances/src/modules/util/buildStorageCoders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const buildStorageCoders = <
try {
return [[key, scaleBuilder.buildStorage(module, method)] as const]
} catch (cause) {
log.warn(
log.trace(
`Failed to build SCALE coder for chain ${chainId} (${module}::${method})`,
cause
)
Expand Down

0 comments on commit 12c9ee5

Please sign in to comment.