add hardware args to cli lease creation

[UNTESTED]
This commit is contained in:
2022-09-22 23:43:15 +00:00
parent f25f798443
commit e57473e2d2
3 changed files with 63 additions and 10 deletions

View File

@@ -28,7 +28,6 @@ message MsgNewAuction {
// verified providers just specifies who's allowed to bid on the lease auction.
// STORED IN MEMORY. DOES NOT GET WRITTEN TO CHAIN STATE.
repeated string verifiedProviders = 7;
// hardware specs (mandatory)
repeated string gpus = 8;
uint64 cpuCores = 9;