Fix indentation
Signed-off-by: Erik Seppanen <esep@protonmail.com>
This commit is contained in:
parent
94f73d2673
commit
0f23346172
|
@ -58,10 +58,10 @@
|
||||||
native-status
|
native-status
|
||||||
json)))
|
json)))
|
||||||
:multiAccountDeriveAddresses (fn [json callback]
|
:multiAccountDeriveAddresses (fn [json callback]
|
||||||
(callback
|
(callback
|
||||||
(.multiAccountDeriveAddresses
|
(.multiAccountDeriveAddresses
|
||||||
native-status
|
native-status
|
||||||
json)))
|
json)))
|
||||||
:initKeystore (fn [key-uid callback]
|
:initKeystore (fn [key-uid callback]
|
||||||
(callback
|
(callback
|
||||||
(.initKeystore
|
(.initKeystore
|
||||||
|
|
Loading…
Reference in New Issue