1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 23:02:51 -05:00

Update signing algorithm

This commit is contained in:
SChernykh
2021-06-21 23:49:13 +02:00
parent 3967badc55
commit cf104ebdc5
8 changed files with 20 additions and 34 deletions

View File

@@ -54,6 +54,7 @@ struct BlockTemplate
bool has_miner_signature;
uint8_t miner_signature[SIGNATURE_SIZE];
uint8_t vote[2];
// Miner tx
uint64_t tx_version;