-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I tried to fund an account i created on a local node following the instructions here,
however i get the following error:
thread 'main' panicked at sdk/src/client/rpc.rs:149:48:
Unable to decode create_account result: Error("invalid type: string \"eb18772ac428f94ba1951addfda34e200a6ae9eb3c3b1dc54f4f1ae5b40bed51\", expected an array of length 32", line: 0, column: 0)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
steps to reproduce
> ./arch-cli-aarch64-apple-darwin orchestrate start
> ./arch-cli-aarch64-apple-darwin account create --keypair-path ./my-account.json
> ./arch-cli-aarch64-apple-darwin account airdrop --keypair-path ./my-account.json --amount 1000000000
btw creating and funding in the same command doesnt works either:
> ./arch-cli-aarch64-apple-darwin account create --keypair-path ./my-account.json --airdrop 1000000000
Welcome to the Arch Network CLI
error: unexpected argument '1000000000' found
Usage: arch-cli-aarch64-apple-darwin account create [OPTIONS]
Metadata
Metadata
Assignees
Labels
No labels