Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12944893
D11074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1008 B
Subscribers
None
D11074.diff
View Options
diff --git a/web/cashtab/src/components/Tokens/Tokens.js b/web/cashtab/src/components/Tokens/Tokens.js
--- a/web/cashtab/src/components/Tokens/Tokens.js
+++ b/web/cashtab/src/components/Tokens/Tokens.js
@@ -16,20 +16,6 @@
import WalletLabel from '@components/Common/WalletLabel.js';
const Tokens = ({ jestBCH, passLoadingStatus }) => {
- /*
- Dev note
-
- This is the first new page created after the wallet migration to include state in storage
-
- As such, it will only load this type of wallet
-
- If any user is still migrating at this point, this page will display a loading spinner until
- their wallet has updated (ETA within 10 seconds)
-
- Going forward, this approach will be the model for Wallet, Send, and SendToken, as the legacy
- wallet state parameters not stored in the wallet object are deprecated
- */
-
const { wallet, apiError, fiatPrice, cashtabSettings } =
React.useContext(WalletContext);
const walletState = getWalletState(wallet);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 15:56 (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5082648
Default Alt Text
D11074.diff (1008 B)
Attached To
D11074: [Cashtab] Removed obsolete dev note from Token.js
Event Timeline
Log In to Comment