lazily evaluate merkle branches so we can use None in places that
authorForrest Voight <forrest@forre.st>
Fri, 22 Jun 2012 21:15:00 +0000 (17:15 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 24 Jun 2012 04:36:49 +0000 (00:36 -0400)
commit82eed30beeb4b78c842c1d8660436b5efe9f9bfe
tree265048c556c7512661e989e4a2ccd1150df79780
parent887600fc8d38dce6a86b2200776c6e8bd0b4cc04
lazily evaluate merkle branches so we can use None in places that
we know shouldn't matter (for example when computing a branch for
an as-of-yet unknown item) instead of using a value and asserting
that it didn't affect the result
p2pool/bitcoin/data.py
p2pool/main.py