aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 2c2e99a..252eec1 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1266,8 +1266,8 @@
1266 1266
1267 if (networks[DOM.network.val()].name == "EOS - EOSIO") { 1267 if (networks[DOM.network.val()].name == "EOS - EOSIO") {
1268 address = "" 1268 address = ""
1269 pubkey = eosUtil.bufferToPublic(keyPair.getPublicKeyBuffer()); 1269 pubkey = EOSbufferToPublic(keyPair.getPublicKeyBuffer());
1270 privkey = eosUtil.bufferToPrivate(keyPair.d.toBuffer(32)); 1270 privkey = EOSbufferToPrivate(keyPair.d.toBuffer(32));
1271 } 1271 }
1272 1272
1273 if (networks[DOM.network.val()].name == "FIO - Foundation for Interwallet Operability") { 1273 if (networks[DOM.network.val()].name == "FIO - Foundation for Interwallet Operability") {