create request for creation of account
This commit is contained in:
parent
08630166ea
commit
7b59a63f04
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class ValidateCreateBitsharesAccountRequest extends CryptoNetInfoRequest
|
||||||
|
|
||||||
private Context context;
|
private Context context;
|
||||||
|
|
||||||
public ValidateCreateBitsharesAccountRequest(String accountName, String mnemonic, Context context){
|
public ValidateCreateBitsharesAccountRequest(String accountName, Context context){
|
||||||
super(CryptoCoin.BITSHARES);
|
super(CryptoCoin.BITSHARES);
|
||||||
this.accountName = accountName;
|
this.accountName = accountName;
|
||||||
this.context = context;
|
this.context = context;
|
||||||
|
|
Loading…
Reference in a new issue