diff --git a/jsonrpc/newpendingtransactions_test.go b/jsonrpc/newpendingtransactions_test.go index 487927c..e3ac8e0 100644 --- a/jsonrpc/newpendingtransactions_test.go +++ b/jsonrpc/newpendingtransactions_test.go @@ -43,10 +43,4 @@ func TestNewPendingTransactions(t *testing.T) { // Wait to see a transaction. tx := <-ch require.NotNil(t, tx) - // // TODO remove. - // { - // data, err := json.Marshal(tx) - // require.NoError(t, err) - // fmt.Printf("%s\n", string(data)) - // } }