leapdao / leap-sandbox

Local Leap Network / Integration Tests
3 stars 3 forks source link

Use Buffer.alloc() or Buffer.from() instead of Buffer() #46

Open troggy opened 5 years ago

troggy commented 5 years ago

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.