Apply fix method description typos

Co-authored-by: Eduard S. <eduard@iden3.io>
This commit is contained in:
arnau
2020-08-10 16:45:34 +02:00
committed by arnaucube
parent d8cb7298e0
commit edb8974a5a
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ func (s *StateDB) UpdateAccount(idx common.Idx, account *common.Account) error {
return tx.Commit()
}
// MTCreateAccount creates a new the Account in the StateDB for the given Idx,
// MTCreateAccount creates a new Account in the StateDB for the given Idx,
// and updates the MerkleTree, returning a CircomProcessorProof
func (s *StateDB) MTCreateAccount(idx common.Idx, account *common.Account) (*merkletree.CircomProcessorProof, error) {
if s.mt == nil {