Transaction: fix test name
This commit is contained in:
parent
7f9711ef9b
commit
3b6f0bb9b3
@ -16,7 +16,7 @@ function b2h(b) { return new Buffer(b).toString('hex') }
|
|||||||
function h2b(h) { return new Buffer(h, 'hex') }
|
function h2b(h) { return new Buffer(h, 'hex') }
|
||||||
|
|
||||||
describe('Transaction', function() {
|
describe('Transaction', function() {
|
||||||
describe('deserialize', function() {
|
describe('fromBuffer', function() {
|
||||||
var tx, serializedTx
|
var tx, serializedTx
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
serializedTx = [
|
serializedTx = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user