mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 02:08:03 +01:00
Update from 684 to 776 for payment address length to account for signature
This commit is contained in:
@@ -36,7 +36,7 @@ public class CreateProfileRequest {
|
||||
private String about;
|
||||
|
||||
@JsonProperty
|
||||
@ExactlySize({0, 684})
|
||||
@ExactlySize({0, 776})
|
||||
private String paymentAddress;
|
||||
|
||||
@JsonProperty
|
||||
|
||||
Reference in New Issue
Block a user