We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991f692 commit 23680d0Copy full SHA for 23680d0
1 file changed
src/main/java/org/arkecosystem/crypto/transactions/builder/VoteBuilder.java
@@ -24,7 +24,7 @@ public VoteBuilder addVote(String vote) {
24
}
25
26
public VoteBuilder sign(String passphrase) {
27
- this.transaction.recipientId = Address.fromPassphrase(passphrase);
+ this.transaction.recipientId = Address.fromPassphrase(passphrase, this.transaction.network);
28
29
super.sign(passphrase);
30
0 commit comments