Skip to content

Commit

Permalink
aaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Sep 30, 2016
1 parent 5da6095 commit 9fd3fc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/names.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ NamesController.updateName = function(name, privatekey, a) {
updated: new Date()
}));

promises.push(tx.pushTransaction('a', name.owner, 0, name.name));

Promise.all(promises).then(function () {
name.reload().then(function() {
resolve(name);
Expand Down

0 comments on commit 9fd3fc3

Please sign in to comment.