You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// just to silence [there will be no tests for main as it is just the entry point]
func TestMain(t *testing.T) { }
// Note: You can navigate to the root dir and run "go test ./..." to run all unit tests. However, this will overwrite the current locally stored blockchain and also spam a log file in every folder.