mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
return from connect
This commit is contained in:
parent
5bd399a625
commit
2dc9979db2
3 changed files with 5 additions and 3 deletions
|
@ -247,6 +247,8 @@ class JsonRPC {
|
||||||
cancelOnError: true,
|
cancelOnError: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1648,8 +1648,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f"
|
ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
|
||||||
resolved-ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f"
|
resolved-ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
|
||||||
url: "https://github.com/cypherstack/tor.git"
|
url: "https://github.com/cypherstack/tor.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|
|
@ -60,7 +60,7 @@ dependencies:
|
||||||
tor_ffi_plugin:
|
tor_ffi_plugin:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/tor.git
|
url: https://github.com/cypherstack/tor.git
|
||||||
ref: 072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f
|
ref: 7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf
|
||||||
|
|
||||||
# Utility plugins
|
# Utility plugins
|
||||||
http: ^0.13.0
|
http: ^0.13.0
|
||||||
|
|
Loading…
Reference in a new issue