[bisq-network/bisq] Implement Segwit for BSQ (#5000)

sqrrm notifications at github.com
Wed Jan 20 19:24:02 CET 2021


@sqrrm commented on this pull request.



> +
+import java.util.List;
+
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.Getter;
+import lombok.NoArgsConstructor;
+
+ at Data
+ at NoArgsConstructor
+ at JsonInclude(JsonInclude.Include.NON_NULL)
+ at JsonIgnoreProperties(ignoreUnknown = true, value = "ntx")
+ at JsonPropertyOrder({"hash", "confirmations", "strippedsize", "size", "weight", "height", "version", "versionHex",
+        "merkleroot", "tx", "time", "mediantime", "nonce", "bits", "difficulty", "chainwork", "nTx",
+        "previousblockhash", "nextblockhash"})
+public class RawBlock {

The name overload of `full/RawBlock` and `full/rpc/dto/RawBlock` is a bit confusing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5000#pullrequestreview-572318128
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210120/a3a8e21a/attachment.htm>


More information about the bisq-github mailing list