mirror of
https://github.com/logos-storage/nim-contract-abi.git
synced 2026-01-07 16:13:06 +00:00
Fix "undeclared identifier 'uintImpl'"
Happened when caller imports contractabi, but not stint.
This commit is contained in:
parent
ac257548ea
commit
a93772e69b
@ -1,6 +1,8 @@
|
|||||||
import pkg/stint
|
import pkg/stint
|
||||||
import pkg/upraises
|
import pkg/upraises
|
||||||
|
|
||||||
|
export stint
|
||||||
|
|
||||||
push: {.upraises:[].}
|
push: {.upraises:[].}
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user