mirror of
https://github.com/logos-storage/nim-contract-abi.git
synced 2026-01-03 22:23:08 +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/upraises
|
||||
|
||||
export stint
|
||||
|
||||
push: {.upraises:[].}
|
||||
|
||||
type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user