Browse Source

fix bufferput: Put() -> new Put()

patch-2
Ryan X. Charles 11 years ago
parent
commit
c966d713d7
  1. 2
      Transaction.js

2
Transaction.js

@ -456,7 +456,7 @@ function spec(b) {
var hashTypeMode = hashType & 0x1f;
// Generate modified transaction data for hash
var bytes = Put();
var bytes = (new Put());
bytes.word32le(this.version);
// Serialize inputs

Loading…
Cancel
Save