Browse Source

Transaction: fix test name

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
3b6f0bb9b3
  1. 2
      test/transaction.js

2
test/transaction.js

@ -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…
Cancel
Save