[TASK] set binary as default for commands that accept the flag

This commit is contained in:
Bo Chen
2015-01-16 14:09:27 -08:00
parent 3498dea18c
commit 7cb113fcbc
9 changed files with 2274 additions and 163 deletions

View File

@@ -29,10 +29,14 @@ describe('Serialized object', function() {
{
account: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV',
currency: 'USD',
issuer: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV'
issuer: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV',
type: 49,
type_hex: "0000000000000031"
},
{
currency: 'XRP'
currency: 'XRP',
type: 16,
type_hex: "0000000000000010"
}
]],
SendMax: {