orbs-network / orbs-network-go

Orbs node virtual chain core reference implementation in Go
MIT License
48 stars 12 forks source link

Tidy up fmt.println calls inside deploy_native_test and whitelist_native_test #1608

Open itamararjuan opened 4 years ago

itamararjuan commented 4 years ago

These tests we're added Println which seem to align some timers in the tests The contract names collide otherwise being based on timestamp. We should consider what to do with this (either present a new counter variable which is added to the name for extra protection or something else which solves the problem)

To be dealt with after beta is out.