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

Manfred Karrer notifications at github.com
Tue Nov 13 12:57:57 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 {

Yes, agree, but think that this method is too trivial/small to justify an extra util class. But of course subject of opinion... 

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


More information about the bisq-github mailing list