Homestyx hydra

R1:cb8120551f72

Don't special-case LiskDAO->load(0)

Summary:
Lisk currently behaves in two different ways if you call it like `load("cow")` (throws) versus `load(99999999)` (returns null), where neither ID exists.

This was intended to catch programming errors as distinct from missing data, but in practice the former is very rare and you have to handle the latter in most cases anyway. The case where you pass "0" is particularly confusing. See D2971 for an example.

On the balance, I think this ends up being far more…
Repository: R1 hydra
Commit Date: Jul 16 2012