Skip to content
Snippets Groups Projects
Commit 451b017c authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

client now prints out the ndf on start

parent 09e94f5e
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ func VerifyNDF(ndfString, ndfPub string) *ndf.NetworkDefinition {
// is created
// returns a new Client object, and an error if it fails
func NewClient(s globals.Storage, loc string, ndfJSON *ndf.NetworkDefinition) (*Client, error) {
globals.Log.INFO.Printf("NDF: %+v\n", ndfJSON)
var store globals.Storage
if s == nil {
globals.Log.INFO.Printf("No storage provided," +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment