rddl-network / tendermint-explorer

Blockchain explorer for Tendermint. Supports JSON transactions and UTF-8
https://github.com/dappforce/tendermint-explorer
0 stars 0 forks source link

Fix: TextDecoderLite is not defined #9

Closed jmastr closed 1 year ago

jmastr commented 1 year ago

Text{Decoder|Encoder}Lite are not imported nor do they seem to be necessary:

const { TextEncoder, TextDecoder } = require("util");
jmastr commented 1 year ago

Screenshot from 2023-03-15 14-44-36