Fix prepareTrustline with no quality setting

This commit is contained in:
Chris Clark
2015-08-05 15:42:48 -07:00
parent 0781caa8bc
commit 600fd34d30
6 changed files with 37 additions and 6 deletions

View File

@@ -7,7 +7,10 @@ module.exports = {
preparePaymentAllOptions: require('./prepare-payment-all-options'),
preparePaymentNoCounterparty: require('./prepare-payment-no-counterparty'),
prepareSettings: require('./prepare-settings'),
prepareTrustline: require('./prepare-trustline'),
prepareTrustline: {
simple: require('./prepare-trustline-simple'),
complex: require('./prepare-trustline')
},
sign: require('./sign'),
getPaths: {
normal: require('./getpaths/normal'),

View File

@@ -0,0 +1,5 @@
{
"currency": "BTC",
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
"limit": "0.10"
}