mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
Update pool signature to /lbeypool.net/
This commit is contained in:
parent
26a976e0ae
commit
f331436417
2 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value *
|
||||||
char script1[4*1024];
|
char script1[4*1024];
|
||||||
sprintf(script1, "%s%s%s08", eheight, templ->flags, etime);
|
sprintf(script1, "%s%s%s08", eheight, templ->flags, etime);
|
||||||
|
|
||||||
char script2[32] = "7969696d7000"; // "yiimp\0" in hex ascii
|
char script2[32] = "2f6c627279706f6f6c2e6e65742f"; // "/lbrypool.net/" in hex ascii
|
||||||
|
|
||||||
if(!coind->pos && !coind->isaux && templ->auxs_size)
|
if(!coind->pos && !coind->isaux && templ->auxs_size)
|
||||||
coinbase_aux(templ, script2);
|
coinbase_aux(templ, script2);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.7 KiB |
Loading…
Add table
Reference in a new issue