DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

fix(Endpoint): Change the default private key and device id #779

Closed splasky closed 3 years ago

splasky commented 3 years ago

The private key and device id has been hard coded. It is better to generate the private key and device id from static string to random for simulator. And also for legato target devices if the private key and the device id is not set.