Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Sep 9, 2023
1 parent 1f02244 commit 2ad8926
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jsonrpc/newpendingtransactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
// }
}

0 comments on commit 2ad8926

Please sign in to comment.