Skip to content

Commit

Permalink
chore: change default selection threshold to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 27, 2024
1 parent 9eb3e0c commit f91842a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const emptyTxBuilderBody = (): MeshTxBuilderBody => ({
withdrawals: [],
signingKey: [],
selectionConfig: {
threshold: "5000000",
threshold: "0",
strategy: "experimental",
includeTxFees: true,
},
Expand Down

0 comments on commit f91842a

Please sign in to comment.