diff --git a/scripts/print_test_account.go b/scripts/print_test_account.go index a2f64ce7d..11998c663 100644 --- a/scripts/print_test_account.go +++ b/scripts/print_test_account.go @@ -1,3 +1,5 @@ +// +build scripts + package main import ( diff --git a/scripts/print_txs.go b/scripts/print_txs.go index 00da64183..d7570a0bd 100644 --- a/scripts/print_txs.go +++ b/scripts/print_txs.go @@ -1,3 +1,5 @@ +// +build scripts + package main import ( diff --git a/tests/tmsp/main.go b/tests/tmsp/main.go index e2072367d..f6495fcc6 100644 --- a/tests/tmsp/main.go +++ b/tests/tmsp/main.go @@ -86,7 +86,10 @@ func testGov() { if log != "Success" { Exit(Fmt("Failed to set option: %v", log)) } - // TODO test proposals or something. + + // Call InitChain to initialize the validator set + + // TODO more tests... } func testSequence() {