mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:44:26 -08:00
cpu cores field
This commit is contained in:
@@ -20,7 +20,8 @@ message Auction {
|
||||
string remaining = 11;
|
||||
// hardware specs
|
||||
repeated string gpus = 12;
|
||||
CpuArchitecture cpuArch = 13;
|
||||
uint64 memMb = 14;
|
||||
uint64 storageGb = 15;
|
||||
uint64 cpuCores = 13;
|
||||
CpuArchitecture cpuArch = 14;
|
||||
uint64 memMb = 15;
|
||||
uint64 storageGb = 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user