From 7b59a63f04921a1883de02d5cf4a4a48f2632c7a Mon Sep 17 00:00:00 2001 From: henry Date: Sun, 7 Jan 2018 21:40:03 -0400 Subject: [PATCH] create request for creation of account --- .../ValidateCreateBitsharesAccountRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/cy/agorise/crystalwallet/cryptonetinforequests/ValidateCreateBitsharesAccountRequest.java b/app/src/main/java/cy/agorise/crystalwallet/cryptonetinforequests/ValidateCreateBitsharesAccountRequest.java index 823dd12..d85edf9 100644 --- a/app/src/main/java/cy/agorise/crystalwallet/cryptonetinforequests/ValidateCreateBitsharesAccountRequest.java +++ b/app/src/main/java/cy/agorise/crystalwallet/cryptonetinforequests/ValidateCreateBitsharesAccountRequest.java @@ -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;