Add transaction versioning, tx cancellation

This commit is contained in:
Josh Harvey 2017-08-27 20:41:54 +03:00
parent 4a97535dec
commit 13933c3fb2
15 changed files with 2223 additions and 1468 deletions

View file

@ -20,7 +20,6 @@ function fetchExchange (settings, cryptoCode) {
}
function buy (settings, cryptoAtoms, fiatCode, cryptoCode) {
console.log('DEBUG600')
return fetchExchange(settings, cryptoCode)
.then(r => r.exchange.buy(r.account, cryptoAtoms, fiatCode, cryptoCode))
}