Skip to content
Snippets Groups Projects
Commit df6a585d authored by inertia's avatar inertia
Browse files

#37 now messaging proper namespace

parent e5937a17
No related branches found
No related tags found
1 merge request!114Restoring Master
......@@ -31,7 +31,7 @@ window.submitAcc = async () => {
};
window.submitTx = async () => {
const privateKey = PrivateKey.fromString(
const privateKey = dhive.PrivateKey.fromString(
document.getElementById('wif').value
);
const op = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment