Skip to content

Commit

Permalink
Disable Florida ACH sell
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Oct 17, 2024
1 parent 5580cd7 commit 13011af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- changed: Remove legacy non-segwit wallets from new account wallet selection scene
- fixed: Use account default fiat for transaction fee display in `SweepPrivateKeyCalculateFeeScene`
- fixed: Crash when archiving a wallet that recently accessed the trade modal
- fixed: ACH sell option for Florida visible with no accepted currencies

## 4.15.0 (2024-10-16)

Expand Down
2 changes: 1 addition & 1 deletion src/constants/plugins/sellPluginList.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"US"
],
"notStateProvinces": {
"US": ["AK", "AR", "CT", "NC", "NY", "TX"]
"US": ["AK", "AR", "CT", "NC", "NY", "TX", "FL"]
},
"cryptoCodes": [],
"paymentTypeLogoKey": "bank"
Expand Down

0 comments on commit 13011af

Please sign in to comment.