Skip to content

Commit

Permalink
Fix changes addresseed in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Oct 11, 2023
1 parent 0dd1e54 commit 336d764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/api/transaction_submission.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0

import { AptosConfig } from "./aptos_config";
import { Account } from "../core/account";
import { AccountAuthenticator } from "../transactions/authenticator/account";
Expand Down
5 changes: 0 additions & 5 deletions src/bcs/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0

export * from "./serializable/fixed-bytes";
export * from "./serializable/move-primitives";
export * from "./serializable/move-structs";

export * from "./serializable/entry-function-bytes";
export * from "./deserializer";
export * from "./serializer";

0 comments on commit 336d764

Please sign in to comment.