Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 16, 2023
1 parent 5779d39 commit 3bdffa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/lts/toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ import {
isAccountWithdrawCallMethod,
isFreeXrdCallMethod,
isLockFeeCallMethod,
rawRadixEngineToolkit,
Convert,
} from "..";

export abstract class LTSRadixEngineToolkit {
Expand Down
2 changes: 1 addition & 1 deletion src/models/transaction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export * from "./instruction";
export * from "./instructions";
export * from "./intent";
export * from "./manifest";
export * from "./message";
export * from "./notarized_transaction";
export * from "./signed_intent";
export * from "./validation_config";
export * from "./message";

0 comments on commit 3bdffa5

Please sign in to comment.