walletdb: browser key.

This commit is contained in:
Christopher Jeffrey 2016-10-25 10:40:29 -07:00
parent ae2573bc57
commit bf6d992855
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -46,7 +46,7 @@ layout.walletdb = {
},
R: 'R',
c: function c(height) {
return 'b' + pad32(height);
return 'c' + pad32(height);
},
cc: function cc(key) {
return +key.slice(1);