Add comment about size

This commit is contained in:
chimp1984 2020-08-30 10:02:19 -05:00
parent 0aa97d39ab
commit 8d13ff8856
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -48,6 +48,9 @@ import javax.annotation.Nullable;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
// OfferPayload has about 1.4 kb. We should look into options to make it smaller but will be hard to do it in a
// backward compatible way. Maybe a candidate when segwit activation is done as hardfork?
@EqualsAndHashCode
@Getter
@Slf4j