mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-03 20:35:14 +00:00
Add hard-coded segwit support to lbrycrdd calls
This commit is contained in:
parent
1f6f456d10
commit
f4276ad835
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Bitcoin {
|
||||||
if($method == 'getblocktemplate')
|
if($method == 'getblocktemplate')
|
||||||
{
|
{
|
||||||
$param = isset($params[0]) ? $params[0] : '';
|
$param = isset($params[0]) ? $params[0] : '';
|
||||||
$request = "{\"method\":\"$method\",\"params\":[$param],\"id\":$this->id}";
|
$request = "{\"method\":\"$method\",\"params\":[{\"rules\": [\"segwit\"]}],\"id\":$this->id}";
|
||||||
// debuglog($request);
|
// debuglog($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue