You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use mode anchor-beta in substreams init. When I run substreams build, I get below error
value borrowed here after move
move occurs because `data` has type`Vec<u8>`, which does not implement the `Copy` trait
Some instructions in /idls/program.json may cause this error. I think so because when I remove them, the error is gone.
Below is one of my instruction:
I use mode anchor-beta in
substreams init
. When I runsubstreams build
, I get below errorSome instructions in /idls/program.json may cause this error. I think so because when I remove them, the error is gone.
Below is one of my instruction:
The text was updated successfully, but these errors were encountered: