stratisproject / StratisCore

MIT License
42 stars 49 forks source link

fix multiple tokens #341

Closed ianadavies closed 4 years ago

ianadavies commented 4 years ago

The PR fixes the issue when issuing a token creates multiple instances.

This was a strange bug as it did not happen in dev mode. But was due to using the ... operator to combine array instances which then had the same reference with the defaultTokens object.