polycopy 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1158,7 +1158,7 @@ class Redeemer {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
toMessages(records) {
|
|
1160
1160
|
return records.map(
|
|
1161
|
-
({ position, matchedCount, failedCount }) => ` - ${position.slug} ${position.outcome}: ${position.currentValue} USDC (
|
|
1161
|
+
({ position, matchedCount, failedCount }) => ` - ${position.slug} ${position.outcome}: ${position.currentValue} USDC (成功匹配: ${matchedCount} 失败重试: ${failedCount})`
|
|
1162
1162
|
);
|
|
1163
1163
|
}
|
|
1164
1164
|
/**
|