Skip to content

Commit 54cf49d

Browse files
Update sdk/src/program-manager.ts
Make default priority fee zero Signed-off-by: Mike Turner <[email protected]>
1 parent fb5a5e7 commit 54cf49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/program-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ class ProgramManager {
17021702
const {
17031703
programName = "credits.aleo",
17041704
functionName = "claim_unbond_public",
1705-
priorityFee = options.priorityFee || 2,
1705+
priorityFee = options.priorityFee || 0,
17061706
privateFee = false,
17071707
inputs = [staker_address],
17081708
keySearchParams = new AleoKeyProviderParams({

0 commit comments

Comments
 (0)