near / near-cli

General purpose command line tools for interacting with NEAR Protocol
https://docs.near.org
MIT License
195 stars 94 forks source link

fix: create-account #1108

Closed gagdiez closed 8 months ago

gagdiez commented 8 months ago

near create-account currently fails, but all tests are passing. I think that the error depends on the near-js version being used, which makes the message returned by account.state() change.

gagdiez commented 8 months ago

addresses #1106