aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

Got error when run as movement example

Open AI-Chef opened this issue 9 months ago • 0 comments

https://github.com/aptos-labs/aptos-core/blob/b159e29605316187135e95d00d26d7cc5ed5fc5e/aptos-move/framework/aptos-framework/sources/keyless_account.move#L122

(base) ➜ hello_blockchain git:(main) movement aptos move test --named-addresses hello_blockchain=default INCLUDING DEPENDENCY AptosFramework INCLUDING DEPENDENCY AptosStdlib INCLUDING DEPENDENCY MoveStdlib BUILDING Examples error[E01002]: unexpected token ┌─ aptos-core/aptos-move/move-examples/hello_blockchain/../../framework/aptos-framework/sources/keyless_account.move:122:15 │ 122 │ for(i in 0..vector::length(&vk.gamma_abc_g1)) { │ - ^ Expected ')' │ │
│ To match this '('

AI-Chef avatar May 13 '24 01:05 AI-Chef