Commit 78ae27b
fix(sdk-coin-sol): use null check for decimalPlaces in token transfer builders
decimalPlaces of 0 (e.g. NFTs) is falsy in JS, causing
buildImplementation to skip the sendParams branch and throw
"Could not determine token information" during PA approval.
TICKET: CECHO-606
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 73b0cb6 commit 78ae27b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments