Skip to content

Commit 3f1f783

Browse files
committed
Fixed #5
1 parent ab3fdb5 commit 3f1f783

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BitStore/Utils/URI.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ - (id)initWithString:(NSString *)string {
2727
}
2828
_amount = amountAndMore;
2929
}
30+
} else {
31+
_address = query;
3032
}
3133
}
3234
return self;

0 commit comments

Comments
 (0)