Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: set vendorfield value outside of crypto lib (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed May 21, 2019
1 parent 99f63a8 commit 81d525f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/services/client.js
Expand Up @@ -710,7 +710,8 @@ export default class ClientService {
.amount(amount)
.fee(fee)
.recipientId(recipientId)
.vendorField(vendorField)

transaction.data.vendorField = vendorField

passphrase = this.normalizePassphrase(passphrase)
secondPassphrase = this.normalizePassphrase(secondPassphrase)
Expand Down

0 comments on commit 81d525f

Please sign in to comment.