Rename file (typo)

This commit is contained in:
Nicola Benaglia
2025-05-24 11:55:40 +02:00
parent 2d01b3e8ae
commit 2af3cec63e
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ export const publishData = async ({
keyPair
) => {
if (!arbitraryBytesBase58) {
throw new Error('ArbitraryBytesBase58 not defined');
throw new Error('ArbitraryBytesBase58 not defined'); // TODO translate
}
if (!keyPair) {