mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +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,
|
||||
);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1648,8 +1648,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f"
|
||||
resolved-ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f"
|
||||
ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
|
||||
resolved-ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
|
||||
url: "https://github.com/cypherstack/tor.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
|
|
@ -60,7 +60,7 @@ dependencies:
|
|||
tor_ffi_plugin:
|
||||
git:
|
||||
url: https://github.com/cypherstack/tor.git
|
||||
ref: 072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f
|
||||
ref: 7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf
|
||||
|
||||
# Utility plugins
|
||||
http: ^0.13.0
|
||||
|
|
Loading…
Reference in a new issue