mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +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 start = DateTime.now();
|
||||||
final response = await request(
|
final response = await request(
|
||||||
requestID: requestID,
|
requestID: requestID,
|
||||||
command: "spark.getmempooltxids",
|
command: "spark.getmempoolsparktxids",
|
||||||
);
|
);
|
||||||
|
|
||||||
final txids = List<String>.from(response as List)
|
final txids = List<String>.from(response as List)
|
||||||
|
@ -1072,7 +1072,7 @@ class ElectrumXClient {
|
||||||
final start = DateTime.now();
|
final start = DateTime.now();
|
||||||
final response = await request(
|
final response = await request(
|
||||||
requestID: requestID,
|
requestID: requestID,
|
||||||
command: "spark.getmempooltxs",
|
command: "spark.getmempoolsparktxs",
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
"txids": txids,
|
"txids": txids,
|
||||||
|
|
Loading…
Reference in a new issue