I have 2 sandboxed tezos nodes running with alpha protocol.
I'm using eztz to generate new keys.
Once new keys are generated, I'm able to create a transfer operation from bootstrapped account to this new account and also able to bake the operation.
But when I query for the balance on the newly created account, it still shows 0 balance.
If I try to create originated account from this newly created account, it throws 'empty_implicit_contract' error for the new pkh.
Welcome! Please provide more details about what you are doing, what you observe, what you expected. Feel free to paste your exact code and/or shell commands into the question, if you are comfortable doing so. (Hopefully OK for sandbox env.)
我有2个以alpha协议运行的沙盒tezos节点. 我正在使用eztz生成新密钥. 生成新密钥后,我可以创建从自举帐户到该新帐户的转移操作,也可以进行烘焙操作.
但是当我查询新创建的帐户上的余额时,它仍然显示0余额.
如果我尝试从此新创建的帐户创建原始帐户,则会为新的pkh抛出"empty_implicit_contract"错误.
我在这里想念是什么?