mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
update firo spark mempool electrumx methods
This commit is contained in:
parent
0c3fbfef6c
commit
7f0d4bc126
1 changed files with 2 additions and 2 deletions
|
@ -1043,7 +1043,7 @@ class ElectrumXClient {
|
|||
final start = DateTime.now();
|
||||
final response = await request(
|
||||
requestID: requestID,
|
||||
command: "spark.getmempooltxids",
|
||||
command: "spark.getmempoolsparktxids",
|
||||
);
|
||||
|
||||
final txids = List<String>.from(response as List)
|
||||
|
@ -1072,7 +1072,7 @@ class ElectrumXClient {
|
|||
final start = DateTime.now();
|
||||
final response = await request(
|
||||
requestID: requestID,
|
||||
command: "spark.getmempooltxs",
|
||||
command: "spark.getmempoolsparktxs",
|
||||
args: [
|
||||
{
|
||||
"txids": txids,
|
||||
|
|
Loading…
Reference in a new issue