Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115079
D17575.id52339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D17575.id52339.diff
View Options
diff --git a/cashtab/package-lock.json b/cashtab/package-lock.json
--- a/cashtab/package-lock.json
+++ b/cashtab/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cashtab",
- "version": "3.12.9",
+ "version": "3.12.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cashtab",
- "version": "3.12.9",
+ "version": "3.12.10",
"dependencies": {
"@bitgo/utxo-lib": "^11.0.0",
"@zxing/browser": "^0.1.4",
diff --git a/cashtab/package.json b/cashtab/package.json
--- a/cashtab/package.json
+++ b/cashtab/package.json
@@ -1,6 +1,6 @@
{
"name": "cashtab",
- "version": "3.12.9",
+ "version": "3.12.10",
"private": true,
"scripts": {
"start": "node scripts/start.js",
diff --git a/cashtab/src/components/Etokens/Token/index.tsx b/cashtab/src/components/Etokens/Token/index.tsx
--- a/cashtab/src/components/Etokens/Token/index.tsx
+++ b/cashtab/src/components/Etokens/Token/index.tsx
@@ -1843,8 +1843,7 @@
);
adSetupTxid = response.txid;
- // Maintain this notification as we do not parse listing prices in websocket
- toast(
+ confirmRawTx(
<a
href={`${explorer.blockExplorerUrl}/tx/${adSetupTxid}`}
target="_blank"
@@ -1852,9 +1851,6 @@
>
{`Successful ad setup tx to offer ${decimalizedOfferedTokens} ${tokenName} for ${getAgoraPartialActualPrice()} per token`}
</a>,
- {
- icon: <TokenIcon size={32} tokenId={tokenId as string} />,
- },
);
} catch (err) {
console.error(`Error creating SLP Partial listing ad`, err);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 09:37 (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5184544
Default Alt Text
D17575.id52339.diff (1 KB)
Attached To
D17575: [Cashtab] No double notifications for SLP partial lists
Event Timeline
Log In to Comment