Skip to content

Commit

Permalink
block crowdloan contribution in case ED violated
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsports committed Nov 15, 2023
1 parent d49d040 commit 53ac027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ DEPENDENCIES:
- XNetworking (from `https://raw.githubusercontent.com/soramitsu/x-networking/0.0.37/AppCommonNetworking/XNetworking/XNetworking.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
https://github.com/cocoapods/Specs.git:
- AppAuth
- BigInt
- Charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ extension CrowdloanContributionConfirmPresenter: CrowdloanContributionConfirmPre
totalAmount: totalBalanceValue,
minimumBalance: minimumBalance,
locale: selectedLocale,
chainAsset: chainAsset
chainAsset: chainAsset,
canProceedIfViolated: false
)

]).runValidation { [weak self] in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ extension CrowdloanContributionSetupPresenter: CrowdloanContributionSetupPresent
totalAmount: totalBalanceValue,
minimumBalance: minimumBalance,
locale: selectedLocale,
chainAsset: chainAsset
chainAsset: chainAsset,
canProceedIfViolated: false
)

]).runValidation { [weak self] in
Expand Down

0 comments on commit 53ac027

Please sign in to comment.