This commit removes using spew on production as the tx log can be extremely large. For instance, when running this build the CI crashed because of this test, that also caused my local terminal to crash, because we are printing a very large invalid tx.
This commit removes using
spew
on production as the tx log can be extremely large. For instance, when running this build the CI crashed because of this test, that also caused my local terminal to crash, because we are printing a very large invalid tx.