Skip to content

Commit

Permalink
Fix value error in reference Buffer for _computeAssetIds test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhart committed Nov 17, 2014
1 parent cfe8694 commit 5addc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ColoringEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe("TransactionOutput", function () {
s: new Buffer('6a074f410100010100','hex')},
{ v: new Buffer('5802000000000000','hex'),
s: new Buffer('76a914d717483b5554670550f8e79a3b958d294ecf806088ac','hex')},
{ v: new Buffer('2836010000000000','hex'),
{ v: new Buffer('905f010000000000','hex'),
s: new Buffer('76a91475c37d8aaeb2cd9859a7b212d21e422903cf00a288ac','hex')}
];
assetQuantities = [1];
Expand Down

0 comments on commit 5addc58

Please sign in to comment.