create request for creation of account

master
henry 2018-01-07 21:40:03 -04:00
parent 08630166ea
commit 7b59a63f04
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class ValidateCreateBitsharesAccountRequest extends CryptoNetInfoRequest
private Context context;
public ValidateCreateBitsharesAccountRequest(String accountName, String mnemonic, Context context){
public ValidateCreateBitsharesAccountRequest(String accountName, Context context){
super(CryptoCoin.BITSHARES);
this.accountName = accountName;
this.context = context;