[bisq-network/bisq] List BitcoinRebooted (BOOT) (#2174)

Kevin N. Carpenter notifications at github.com
Sun Jan 13 21:00:37 UTC 2019


CCGLLC-knc commented on this pull request.



> + * License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+package bisq.asset.coins;
+
+import bisq.asset.AddressValidationResult;
+import bisq.asset.AddressValidator;
+import bisq.asset.Coin;
+
+public class BitcoinRebooted extends Coin {
+
+    public BitcoinRebooted() {
+        super("Bitcoin Rebooted", "BOOT", new BitcoinRebootedAddressValidator());

Do you have a preferred coin example I follow?  When I previously submitted I was told the code looked fine, there was just a minor conflict.  Want to make sure I submit something acceptable.

-- 
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/2174#discussion_r247362481
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190113/e6c8f7d6/attachment.html>


More information about the bisq-github mailing list