Remove obsolete comments

This commit is contained in:
Ethan Frey 2020-02-03 18:42:36 +01:00
parent 6358b02f11
commit 6444be5aa4

View File

@ -1,4 +1,2 @@
// export { coinToDecimal } from "./decoding";
// export { decimalToCoin } from "./encoding";
export { RestClient, TxsResponse } from "./restclient";
export { AminoTx, isAminoStdTx } from "./types";