blocktrail / blocktrail-sdk-php

BlockTrail's Developer Friendly PHP SDK for the BlockTrail API
MIT License
44 stars 49 forks source link

Wallet: Deprecate older size and fee estimation functions #92

Open afk11 opened 6 years ago

afk11 commented 6 years ago

The existing size & fee estimation functions have some drawbacks, which are largely eliminated in the new SizeEstimation class. However, the old methods were exposed on the public API, so we need to be careful removing them.