Add BufferReader to Transaction and fix tests
This commit is contained in:
parent
91e6c8abc3
commit
06674b19fe
5 changed files with 40 additions and 113 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as assert from 'assert';
|
||||
import { describe, it } from 'mocha';
|
||||
import { BufferWriter } from '../src/buffer_writer';
|
||||
import { BufferWriter } from '../src/bufferutils';
|
||||
|
||||
const varuint = require('varuint-bitcoin');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue