Skip to content
Snippets Groups Projects

Draft: November commitments

Open
Jonah Hussonrequested to merge
november-commitments into master
3 open threads
2 files
+ 33
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -53,6 +53,7 @@ var serverCmd = &cobra.Command{
params := server.Params{
KeyPath: keyPath,
CertPath: certPath,
IDListPath: viper.GetString("idListPath"),
Port: viper.GetString("port"),
ContractHash: viper.GetString("contractHash"),
}
Loading