Commit f85f77f6 authored by Marek Kotewicz's avatar Marek Kotewicz

fixed typos

parent 6a4b4f34
...@@ -328,7 +328,7 @@ describe('abi', function() { ...@@ -328,7 +328,7 @@ describe('abi', function() {
var d = clone(description); var d = clone(description);
d[0].outputs = [ d[0].outputs = [
{ type: 'uinti128' } { type: 'uint128' }
]; ];
// when // when
...@@ -379,7 +379,7 @@ describe('abi', function() { ...@@ -379,7 +379,7 @@ describe('abi', function() {
var d = clone(description); var d = clone(description);
d[0].outputs = [ d[0].outputs = [
{ type: 'inti128' } { type: 'int128' }
]; ];
// when // when
...@@ -428,7 +428,7 @@ describe('abi', function() { ...@@ -428,7 +428,7 @@ describe('abi', function() {
var d = clone(description); var d = clone(description);
d[0].outputs = [ d[0].outputs = [
{ type: 'hash256' } { type: 'hash160' }
]; ];
// when // when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment