Skip to content

Commit

Permalink
Update packages/core/src/Configs/MintV3PoolConfig.class.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andi Kratzel <[email protected]>
  • Loading branch information
cjkoepke and akratzel authored Jul 2, 2024
1 parent 60d6b50 commit 4546120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Configs/MintV3PoolConfig.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class MintV3PoolConfig extends Config<IMintV3PoolConfigArgs> {

if (this.fees.bid > MintV3PoolConfig.MAX_FEE) {
throw new Error(
`Take fee cannot supersede the max fee of ${MintV3PoolConfig.MAX_FEE}.`
`Bid fee cannot supersede the max fee of ${MintV3PoolConfig.MAX_FEE}.`
);
}
}
Expand Down

0 comments on commit 4546120

Please sign in to comment.