Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add v important "more" to error message
"LackBalanceForState": "The account {{account_id}} wouldn't have enough balance to cover storage, required to have {{amount}} more" This error gets thrown when you need `amount` MORE tokens. The amount passed in is not the total needed, it is the amount by which you are short. We need the "more"!! Also, the `RentUnpaid` error is no longer thrown by nearcore (it was mostly removed in [050396a] and fully removed in [2622b4f]), so we can remove this error message. [050396a]: near/nearcore@050396a [2622b4f]: near/nearcore@2622b4f
- Loading branch information