Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge branch '1.0.0' into xx-Delete_Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Aug 17, 2017
2 parents b22a748 + d0b3aac commit cf02039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/transactions/delegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function createDelegate(secret, username, secondSecret, timeOffset) {
asset: {
delegate: {
username,
publicKey: keys.publicKey,
},
},
};
Expand Down
4 changes: 0 additions & 4 deletions test/transactions/delegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ describe('delegate module', () => {
it('should have the provided username as a string', () => {
(delegateTransaction.asset.delegate).should.have.property('username').and.be.type('string').and.equal(username);
});

it('should have the sender’s public key as a hex string', () => {
(delegateTransaction.asset.delegate).should.have.property('publicKey').and.be.hexString().and.equal(publicKey);
});
});
});
});
Expand Down

0 comments on commit cf02039

Please sign in to comment.