mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add comment about size
This commit is contained in:
parent
0aa97d39ab
commit
8d13ff8856
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue