Transaction: fix test name

This commit is contained in:
Daniel Cousens 2014-05-21 11:42:57 +10:00
parent 7f9711ef9b
commit 3b6f0bb9b3

View file

@ -16,7 +16,7 @@ function b2h(b) { return new Buffer(b).toString('hex') }
function h2b(h) { return new Buffer(h, 'hex') }
describe('Transaction', function() {
describe('deserialize', function() {
describe('fromBuffer', function() {
var tx, serializedTx
beforeEach(function() {
serializedTx = [