run rpc comment

This commit is contained in:
redanthrax 2022-06-24 09:29:00 -07:00
parent 0f72dbf958
commit 5917d03374

View file

@ -4,6 +4,7 @@ import (
"testing" "testing"
) )
//uncomment to test rpc, comment to add back before commit, this test will always timeout
func TestRunRPC(t *testing.T) { func TestRunRPC(t *testing.T) {
a := New(lg, version) a := New(lg, version)
a.RunRPC() a.RunRPC()