mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 10:45:08 +00:00
fix: params
This commit is contained in:
parent
e1acef2b92
commit
ec6225b299
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class ElectrumClient {
|
|||
return subscribe<Object>(
|
||||
id: 'blockchain.tweaks.subscribe:${height + count}',
|
||||
method: 'blockchain.tweaks.subscribe',
|
||||
params: [height, count],
|
||||
params: [height, count, false],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue