mirror of https://github.com/status-im/js-waku.git
Fix typo
This commit is contained in:
parent
8c62105d95
commit
90cdd5385c
|
@ -39,7 +39,7 @@ export default function BroadcastPublicKey({
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.error('Failed to creat Eth-Dm Publication message', e);
|
console.error('Failed to create public key message', e);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue