update firo spark mempool electrumx methods

This commit is contained in:
julian 2024-06-25 12:13:38 -06:00
parent 0c3fbfef6c
commit 7f0d4bc126

View file

@ -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,