Rename file (typo)

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

View File

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