elmurci / xpring-rs

Rust client-side library for the XRP Ledger
MIT License
4 stars 2 forks source link

nodejs DeprecationWarning #6

Closed elmurci closed 4 years ago

elmurci commented 4 years ago

println in debug mode produces when calling node common libraries dependency:

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