mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Clean up duplicated dependencies from eos-util
This commit is contained in:
7415
src/js/eos-util.js
7415
src/js/eos-util.js
File diff suppressed because it is too large
Load Diff
@@ -1266,8 +1266,8 @@
|
|||||||
|
|
||||||
if (networks[DOM.network.val()].name == "EOS - EOSIO") {
|
if (networks[DOM.network.val()].name == "EOS - EOSIO") {
|
||||||
address = ""
|
address = ""
|
||||||
pubkey = eosUtil.bufferToPublic(keyPair.getPublicKeyBuffer());
|
pubkey = EOSbufferToPublic(keyPair.getPublicKeyBuffer());
|
||||||
privkey = eosUtil.bufferToPrivate(keyPair.d.toBuffer(32));
|
privkey = EOSbufferToPrivate(keyPair.d.toBuffer(32));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (networks[DOM.network.val()].name == "FIO - Foundation for Interwallet Operability") {
|
if (networks[DOM.network.val()].name == "FIO - Foundation for Interwallet Operability") {
|
||||||
|
|||||||
Reference in New Issue
Block a user