CW-224-Allow-Monero-proxy-in-node-settings (#966)

* update setupNodeSync func

* minor fixes

* localization

* add request node with proxy

* formatting
This commit is contained in:
Serhii 2023-08-02 14:48:52 +03:00 committed by GitHub
parent fcf4fbdc14
commit d5c0012964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 180 additions and 27 deletions

View file

@ -39,7 +39,7 @@ typedef get_node_height = Int64 Function();
typedef is_connected = Int8 Function();
typedef setup_node = Int8 Function(
Pointer<Utf8>, Pointer<Utf8>?, Pointer<Utf8>?, Int8, Int8, Pointer<Utf8>);
Pointer<Utf8>, Pointer<Utf8>?, Pointer<Utf8>?, Int8, Int8, Pointer<Utf8>?, Pointer<Utf8>);
typedef start_refresh = Void Function();