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

Bernard Labno notifications at github.com
Mon Jan 7 13:53:28 UTC 2019


blabno requested changes on this pull request.

NACK per comments

> + * 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());

Please use Regex validator

-- 
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#pullrequestreview-189815106
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190107/ab56f052/attachment.html>


More information about the bisq-github mailing list