mirror of
https://github.com/planetmint/planetmint-go.git
synced 2026-03-03 16:00:21 +00:00
add domain to machine proto
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
committed by
Julian Strobl
parent
f6c96094c6
commit
722eb60bcf
@@ -50,6 +50,7 @@ func Machine(name, pubKey string) machinetypes.Machine {
|
||||
m := machinetypes.Machine{
|
||||
Name: name,
|
||||
Ticker: name + "_ticker",
|
||||
Domain: "lab.r3c.net",
|
||||
Reissue: true,
|
||||
Amount: 1000,
|
||||
Precision: 8,
|
||||
|
||||
Reference in New Issue
Block a user