Skip to content

Commit

Permalink
fix: incorrect instant send quorum
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jul 19, 2024
1 parent c8d7e52 commit 6980355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashmate/configs/defaults/getBaseConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function getBaseConfigFactory(homeDir) {
powTargetSpacing: 150,
llmq: {
chainLocks: 'llmq_devnet',
instantSend: 'llmq_devnet',
instantSend: 'llmq_devnet_dip0024',
platform: 'llmq_devnet_platform',
mnhf: 'llmq_devnet',
},
Expand Down

0 comments on commit 6980355

Please sign in to comment.