We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3fdb5 commit 3f1f783Copy full SHA for 3f1f783
1 file changed
BitStore/Utils/URI.m
@@ -27,6 +27,8 @@ - (id)initWithString:(NSString *)string {
27
}
28
_amount = amountAndMore;
29
30
+ } else {
31
+ _address = query;
32
33
34
return self;
0 commit comments