use key as binary

This commit is contained in:
Matias Alejo Garcia 2016-02-09 15:30:40 -05:00
parent d0c2fa61d8
commit e7895b4b34

View File

@ -24,7 +24,7 @@ exports.encodeMempoolAddressIndexKey = function(hashBuffer, hashTypeBuffer) {
hashBuffer, hashBuffer,
hashTypeBuffer, hashTypeBuffer,
]); ]);
return key; return key.toString('binary');
}; };