We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491f33 commit b7c47ccCopy full SHA for b7c47cc
src/main/java/org/stellar/sdk/AssetTypeCreditAlphaNum.java
@@ -25,8 +25,7 @@ public abstract class AssetTypeCreditAlphaNum extends Asset {
25
*
26
* @param code Asset code
27
* @param issuer Asset issuer
28
- * @throws IllegalArgumentException when code is invalid or issuer is not a valid Ed25519 public
29
- * key
+ * @throws IllegalArgumentException when the issuer is not a valid Ed25519 public key.
30
*/
31
public AssetTypeCreditAlphaNum(@NonNull String code, @NonNull String issuer) {
32
if (!StrKey.isValidEd25519PublicKey(issuer)) {
0 commit comments