Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarTAtanasov committed Nov 8, 2024
1 parent 2906129 commit a575ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rpc/getBlockDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const getBlockDetailsWithRawClient = async ({
try {
events = storageCodec.dec(storageValue) as Awaited<ReturnType<typeof getSystemEvents>>;
} catch (error) {
console.log('Could not decode storage value');
console.log('Could not decode storage value!');
}

// Initialize timestamp variable
Expand Down

0 comments on commit a575ac0

Please sign in to comment.