Fix parsing of settings transactions

This commit is contained in:
Chris Clark
2015-07-13 18:18:56 -07:00
parent 7c357c5d52
commit 18ac8a9d03
12 changed files with 154 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ const validate = utils.common.validate;
const TrustSetFlags = {
authorized: {set: 'SetAuth'},
allowRippling: {set: 'ClearNoRipple', unset: 'NoRipple'},
frozed: {set: 'SetFreeze', unset: 'ClearFreeze'}
frozen: {set: 'SetFreeze', unset: 'ClearFreeze'}
};
function createTrustlineTransaction(account, trustline) {