Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbfs committed Nov 10, 2024
1 parent c6229a0 commit 4d75101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/min_ada_calculator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Adapated from https://github.com/Emurgo/cardano-serialization-lib/blob/master/rust/src/utils.rs#L726
*/

import { BigNum, DataCost, TransactionOutput, Value } from "./generated";
import { BigNum, DataCost, TransactionOutput, Value } from "../generated";

class MinOutputAdaCalculator {
output: TransactionOutput;
Expand Down

0 comments on commit 4d75101

Please sign in to comment.