[bisq-network/bisq] Add proof of burn feature (#1912)

Manfred Karrer notifications at github.com
Tue Nov 13 01:13:27 UTC 2018


ManfredKarrer commented on this pull request.



> +
+    @Override
+    public void onParseTxsComplete(Block block) {
+        updateList();
+    }
+
+    @Override
+    public void onParseBlockChainComplete() {
+    }
+
+
+    ///////////////////////////////////////////////////////////////////////////////////////////
+    // API
+    ///////////////////////////////////////////////////////////////////////////////////////////
+
+    public Transaction burn(String preImageAsString, long amount) throws InsufficientMoneyException, TxException {

Not sure if we want marry both to close by using a common super class. Prefer a partial bit code duplication here. But no too strong opinion either...  

-- 
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/1912#discussion_r232865777
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181113/3ce1f66d/attachment.html>


More information about the bisq-github mailing list