Skip to content

Commit

Permalink
Update send-interoperability.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
StratisIain authored Jul 26, 2021
1 parent c35ee9e commit a41fbf3
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 class SendInteroperabilityComponent implements OnInit, OnDestroy {
private subscriptions: Subscription[] = [];
public interoperabilityFormErrors: any = {};
private last: FeeEstimation = null;
private minimumInteroperabilityAmount = 250;
private minimumInteroperabilityAmount = 1000;

constructor(private fb: FormBuilder,
private globalService: GlobalService,
Expand Down

0 comments on commit a41fbf3

Please sign in to comment.