Transaction: fix test name
This commit is contained in:
parent
7f9711ef9b
commit
3b6f0bb9b3
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue