fixed typos

This commit is contained in:
Marek Kotewicz 2015-01-15 14:37:18 +01:00
parent 6a4b4f3449
commit f85f77f6cc
1 changed files with 3 additions and 3 deletions

View File

@ -328,7 +328,7 @@ describe('abi', function() {
var d = clone(description);
d[0].outputs = [
{ type: 'uinti128' }
{ type: 'uint128' }
];
// when
@ -379,7 +379,7 @@ describe('abi', function() {
var d = clone(description);
d[0].outputs = [
{ type: 'inti128' }
{ type: 'int128' }
];
// when
@ -428,7 +428,7 @@ describe('abi', function() {
var d = clone(description);
d[0].outputs = [
{ type: 'hash256' }
{ type: 'hash160' }
];
// when