diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-10-31 10:35:52 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-10-31 10:35:52 +1100 |
commit | fe8f2d140d9c9e260ebeab7135aa5197b27df406 (patch) | |
tree | c4960fae035c86a2fcb1a98e1c7b3230a4b713af /src/index.html | |
parent | 0cca6e893af22e7b6d4e3621a8a0bf3c68c00e41 (diff) | |
download | BIP39-fe8f2d140d9c9e260ebeab7135aa5197b27df406.tar.gz BIP39-fe8f2d140d9c9e260ebeab7135aa5197b27df406.tar.zst BIP39-fe8f2d140d9c9e260ebeab7135aa5197b27df406.zip |
Allow BitPay address format for bitcoin cash
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 281e48c..9da3e25 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -575,6 +575,16 @@ | |||
575 | <div class="col-md-12"> | 575 | <div class="col-md-12"> |
576 | <h2>Derived Addresses</h2> | 576 | <h2>Derived Addresses</h2> |
577 | <p>Note these addreses are derived from the BIP32 Extended Key</p> | 577 | <p>Note these addreses are derived from the BIP32 Extended Key</p> |
578 | </div> | ||
579 | <div class="col-md-12 use-bitpay-addresses-container hidden"> | ||
580 | <div class="checkbox"> | ||
581 | <label> | ||
582 | <input type="checkbox" class="use-bitpay-addresses"> | ||
583 | <span>Use BitPay-style addresses for Bitcoin Cash (ie starting with 'C' instead of '1')</span> | ||
584 | </label> | ||
585 | </div> | ||
586 | </div> | ||
587 | <div class="col-md-12"> | ||
578 | <table class="table table-striped"> | 588 | <table class="table table-striped"> |
579 | <thead> | 589 | <thead> |
580 | <th> | 590 | <th> |