Skip to content

Commit 92493ee

Browse files
committed
increase interflux limit to 90K
1 parent c7afbaf commit 92493ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/wallet/send/send-interoperability/send-interoperability.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class SendInteroperabilityComponent implements OnInit, OnDestroy {
5151
private subscriptions: Subscription[] = [];
5252
public interoperabilityFormErrors: any = {};
5353
private last: FeeEstimation = null;
54-
private minimumInteroperabilityAmount = 1000;
54+
private minimumInteroperabilityAmount = 90000;
5555

5656
constructor(private fb: FormBuilder,
5757
private globalService: GlobalService,

0 commit comments

Comments
 (0)