Skip to content

Commit

Permalink
fix: set immutable stamps as default (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Jun 26, 2024
1 parent c0a5337 commit 55eacab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/stamp/buy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Buy extends StampCommand implements LeafCommand {
})
public gasPrice!: bigint

@Option({ key: 'immutable', description: 'Disable stamp reuse', type: 'boolean' })
@Option({ key: 'immutable', description: 'Disable stamp reuse', type: 'boolean', default: true })
public immutable!: boolean

@Option({ key: 'label', description: 'Label of the postage stamp' })
Expand Down

0 comments on commit 55eacab

Please sign in to comment.