chaindb: reorganize some functions.

This commit is contained in:
Christopher Jeffrey 2016-10-04 22:41:08 -07:00
parent 1f790f94b9
commit fe2f2fcc2a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 563 additions and 566 deletions

View File

@ -35,9 +35,6 @@ var layout = {
u: function u(hash) {
return 'u' + hex(hash);
},
q: function q(height) {
return 'q' + pad32(height);
},
T: function T(address, hash) {
address = hex(address);

File diff suppressed because it is too large Load Diff