Skip to content

Commit

Permalink
Merge pull request #249 from aeternity/feature/set-pointer-after-claim
Browse files Browse the repository at this point in the history
Set pointer after name claim
  • Loading branch information
mradkov authored Apr 30, 2020
2 parents e543af0 + 90494c9 commit 4312d2d
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 507 deletions.
2 changes: 2 additions & 0 deletions src/popup/router/pages/Names.vue
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export default {
tx: {
name,
recipientId: '',
type: 'NamePreclaimTx',
},
type: 'namePreClaim',
};
Expand All @@ -363,6 +364,7 @@ export default {
name,
claim: { id, name, pointers },
...options,
type: 'NameUpdateTx',
},
type: 'nameUpdate',
nameUpdateType: type,
Expand Down
Loading

2 comments on commit 4312d2d

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.