hexonaut / bitcoin-transaction

Send Bitcoins from one wallet to another. This is designed to be as simple to use as possible.
MIT License
50 stars 37 forks source link

index: new Promise.resolve > Promise.resolve #5

Closed JacobPlaster closed 5 years ago

JacobPlaster commented 5 years ago

This was causing a type error "Promise.resolve" is not a contructor. This pull request fixes that.

hexonaut commented 5 years ago

You are correct. Thanks for the PR.