mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
trie: fix typo
This commit is contained in:
parent
80768aae8a
commit
f820914bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ func TestPartialStackTrie(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStacstaturieErrors(t *testing.T) {
|
func TestStackTrieErrors(t *testing.T) {
|
||||||
s := NewStackTrie(nil)
|
s := NewStackTrie(nil)
|
||||||
// Deletion
|
// Deletion
|
||||||
if err := s.Update(nil, nil); err == nil {
|
if err := s.Update(nil, nil); err == nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue