Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
wk3368 committed Jun 27, 2021
1 parent 282d1a6 commit d2a1857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/tx.ts
Expand Up @@ -4,7 +4,7 @@ import { arrayify, hexlify } from '@ethersproject/bytes';
import { bytes } from '../lib/runtime/serde';
import * as starcoin_types from '../lib/runtime/starcoin_types';
import { BcsSerializer } from '../lib/runtime/bcs';
import { FunctionId, HexString, parseFunctionId, TypeTag, U128, U64, U } from '../types';
import { FunctionId, HexString, parseFunctionId, TypeTag, U128, U64, U8 } from '../types';
import { addressToSCS, addressFromSCS, typeTagToSCS } from '../encoding';
import { createRawUserTransactionHasher } from "../crypto_hash";

Expand Down

0 comments on commit d2a1857

Please sign in to comment.