Commit a640110
authored
Fix: Use correct function for listing payment token cache (#1831)
The listing payment token cache was incorrectly using getOfferPaymentToken()
instead of getListingPaymentToken(). This caused the wrong token address to
be cached for listings.
This bug could lead to issues when listing payment tokens differ from offer
payment tokens on certain chains.1 parent dacda0a commit a640110
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments