Merge pull request #12 from apoelstra/patch-2
authorMatt Corallo <github@bluematt.me>
Mon, 24 Aug 2015 01:31:58 +0000 (18:31 -0700)
committerMatt Corallo <github@bluematt.me>
Mon, 24 Aug 2015 01:31:58 +0000 (18:31 -0700)
Add link to gmax's hardfork wishlist

1  2 
index.html

diff --combined index.html
index fe094733ff22384a62bc0a5bb99da170e9c4e037,201347bd9205003dc18ccee12b406b8dee7f72c8..a7a25bba8af20253494750d09998c561ac423179
@@@ -23,6 -23,7 +23,7 @@@ Useful resources
  <li><a href="http://download.wpsoftware.net/bitcoin/wizards/">Old #bitcoin-wizards logs here</a></li>
  <li><a href="http://bitcoin.sipa.be/">Sipa's hashrate statistics</a></li>
  <li><a href="https://en.bitcoin.it/wiki/User:Gmaxwell/alt_ideas">Gmaxwell's alt-ideas page</a></li>
+ <li><a herf="https://en.bitcoin.it/wiki/Hardfork_Wishlist">Hardfork wishlist</a></li>
  <li><a href="http://diyhpl.us/~bryan/papers2/bitcoin/">Bitcoin-related papers archived by kanzure</a></li>
  </ul>
  
@@@ -46,7 -47,6 +47,7 @@@ Implementations of cool things
  <li><a href="https://github.com/zw/PoLtree/">proving Bitcoin liabilities, in Clojure.</a> or <a href="https://github.com/olalonde/proof-of-liabilities">Proof of Liabilities, in JavaScript</a></li>
  <li><a href="https://github.com/petertodd/timelock">Create a secret key that can be decrypted in a known amount of time using parallel-serial hash chains.</a></li>
  <li><a href="https://github.com/Blockstream/contracthashtool">Pay to Contract Hash calculator</a></li>
 +<li><a href="https://github.com/vinumeris/lighthouse/blob/master/docs/Design%20doc.md">Lighthouse - simple SIGHASH_ANYONECANPAY multi-party payments</a></li>
  </ul>
  
  Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>