Lower log level

This commit is contained in:
Willian Mitsuda 2021-10-18 17:01:32 -03:00
parent d4aee16141
commit 22da8082d8
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ const Block: React.FC = () => {
try {
return block && toUtf8String(block.extraData);
} catch (err) {
console.error("Error while converting block extra data to string");
console.error(err);
console.info("Error while converting block extra data to string");
console.info(err);
}
}, [block]);
const burntFees =