alexbosworth / ln-service

Node.js interface to LND
MIT License
319 stars 60 forks source link

avoid big int literals #98

Closed bucko13 closed 5 years ago

bucko13 commented 5 years ago

BigInt literal notation doesn't have wide support yet and will break in certain situations (such as webpack builds). Using BigInt() global instead fixes this.