Commit 141907c
authored
fix: readValue UInt256 error (#224)
* fix: readValue UInt256 error
Fixing `readValue(reader`gensym50, result)' is of type 'UInt256' and has
to be used (or discarded)` error by ensuring value returned by
`readValue` is used.
* Only one readValue function needs to be defined
* ci: force arm64 target
For some reason, clang assumed x86_64 and rejected nimcrypto's
"-march=armv8-a+crypto" flag.1 parent c2b10b4 commit 141907c
2 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 328 | + | |
336 | 329 | | |
337 | 330 | | |
338 | 331 | | |
339 | 332 | | |
340 | | - | |
| 333 | + | |
341 | 334 | | |
342 | | - | |
| 335 | + | |
343 | 336 | | |
344 | 337 | | |
345 | | - | |
346 | 338 | | |
347 | 339 | | |
348 | 340 | | |
| |||
0 commit comments