Raptor3um / raptoreum

MIT License
316 stars 132 forks source link

assets_mint test fix #303

Closed CodeIsTheKey closed 12 months ago

CodeIsTheKey commented 1 year ago

The assets_mint test had a temporary workaround for a test failure under Windows. The issue was that the TX index is written to disk asynchronously and in our particular test, we need to wait for it to be written before we can depend on it.

There were some major formatting problems with the file. I reformatted the entire file with .clang-format

There are only two lines changed in this file if you ignore white space.