Add missing semicolon

This commit is contained in:
Leonid Logvinov
2017-06-06 17:38:03 +02:00
parent c7c5ce3ef6
commit bfa7872b14

View File

@@ -82,7 +82,7 @@ export interface ExchangeContract {
};
getOrderHash: {
call: (orderAddresses: OrderAddresses, orderValues: OrderValues) => string;
}
};
}
export interface TokenContract {