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

sqrrm notifications at github.com
Tue Nov 13 10:18:23 UTC 2018


sqrrm 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 {

No, I don't think sharing this kind of code via inheritance is right, but putting it in a utility class would work.

-- 
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_r232974867
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181113/4cc9a6ff/attachment.html>


More information about the bisq-github mailing list