mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-03 18:45:48 +00:00
Remove extraneous stuff
This commit is contained in:
@@ -78,12 +78,8 @@ function Account(remote, account) {
|
||||
|
||||
transaction.mmeta.each(function(an) {
|
||||
var isAccount = an.fields.Account === self._account_id;
|
||||
var isAccountRoot = isAccount && (an.entryType === 'AccountRoot');
|
||||
|
||||
if (isAccount) {
|
||||
self.emit('');
|
||||
}
|
||||
|
||||
var isAccountRoot = (an.entryType === 'AccountRoot') && an.fields.Account === self._account_id;
|
||||
if (isAccountRoot) {
|
||||
extend(self._entry, an.fieldsNew, an.fieldsFinal);
|
||||
changed = true;
|
||||
|
||||
Reference in New Issue
Block a user