Create snapshot failing on native function in token objects #66
Answered
by
harispericorn
gregnazario
asked this question in
Questions
-
From hari krishna on discord:
.move/https___github_com_aptos-labs_aptos-core_git_mainnet/aptos-move/framework/aptos-framework/sources/aggregator_v2/aggregator_v2.move:103:23
│ │
│ 103 │ public native fun create_snapshot<Element: copy + drop>(value: Element): AggregatorSnapshot<Element>;
│ │ ^^^^^^^^^^^^^^^
│ │ │
│ │ Test was not expected to error, but it aborted with code 196613 originating in the module 0000000000000000000000000000000000000000000000000000000000000001::aggregator_v2 rooted here
│ │ In this function in 0x1::aggregator_v2
│
|
Beta Was this translation helpful? Give feedback.
Answered by
harispericorn
Mar 14, 2024
Replies: 1 comment
-
for anyone facing this issue its because of aptos version you need to update dependency rev version to your aptos-cli-version |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gregnazario
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for anyone facing this issue its because of aptos version you need to update dependency rev version to your aptos-cli-version