Skip to content

Commit c5920ed

Browse files
committed
Add nonce mask to api for Avalon7
1 parent cdd1c72 commit c5920ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-avalon7.c

+1
Original file line numberDiff line numberDiff line change
@@ -2363,6 +2363,7 @@ static struct api_data *avalon7_api_stats(struct cgpu_info *avalon7)
23632363

23642364
root = api_add_bool(root, "Connection Overloaded", &info->conn_overloaded, true);
23652365
root = api_add_int(root, "Voltage Offset", &opt_avalon7_voltage_offset, true);
2366+
root = api_add_uint32(root, "Nonce Mask", &opt_avalon7_nonce_mask, true);
23662367

23672368
return root;
23682369
}

0 commit comments

Comments
 (0)