mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Fix parsing of settings transactions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user