From ec6225b2998864eb806d86213baf3b04ca13dbfe Mon Sep 17 00:00:00 2001 From: Rafael Saes Date: Tue, 14 May 2024 15:53:20 -0300 Subject: [PATCH] fix: params --- cw_bitcoin/lib/electrum.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_bitcoin/lib/electrum.dart b/cw_bitcoin/lib/electrum.dart index 89c5fb785..ee09949cc 100644 --- a/cw_bitcoin/lib/electrum.dart +++ b/cw_bitcoin/lib/electrum.dart @@ -283,7 +283,7 @@ class ElectrumClient { return subscribe( id: 'blockchain.tweaks.subscribe:${height + count}', method: 'blockchain.tweaks.subscribe', - params: [height, count], + params: [height, count, false], ); }