Skip to content

Commit bc56bce

Browse files
committed
Increase default splicing table cost to 1/10 dust per action
1 parent 6114694 commit bc56bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/config/HexDebugConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object HexDebugConfig {
8989
private set
9090

9191
@Tooltip
92-
var splicingTableMediaCost: Long = MediaConstants.DUST_UNIT / 20
92+
var splicingTableMediaCost: Long = MediaConstants.DUST_UNIT / 10
9393
private set
9494

9595
@Tooltip

0 commit comments

Comments
 (0)