The shapeshift integration needs adjusted in two main ways.
The first, is that it should return the transaction ID, preferably in a link like https://shapeshift.io/#/status/ID_OF_YOUR_TRANSACTION so the user can track the progress.
The second issue is making sure errors are handled, and printing them appropriately, e.g. below dust limit (see #8)
The shapeshift integration needs adjusted in two main ways.
The first, is that it should return the transaction ID, preferably in a link like
https://shapeshift.io/#/status/ID_OF_YOUR_TRANSACTIONso the user can track the progress.The second issue is making sure errors are handled, and printing them appropriately, e.g. below dust limit (see #8)