diff options
author | winsvega <winsvega@mail.ru> | 2017-10-12 20:52:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 20:52:23 +0800 |
commit | 93c0c1ad9791dc6a0e93a39758f0639b50462f50 (patch) | |
tree | 112582070692e50e07197f897d1945b644172146 | |
parent | 3e9443fb2806c4f0172ed65e1a5601760636d099 (diff) | |
parent | 6581e1fc35b1d0fdec86bd4eea552a7c742d6bca (diff) | |
download | dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar.gz dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar.bz2 dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar.lz dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar.xz dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.tar.zst dexon-tests-93c0c1ad9791dc6a0e93a39758f0639b50462f50.zip |
Merge pull request #344 from tkstanczak/missingBranchValueUpdateTest
added a missing Tree test
-rw-r--r-- | TrieTests/trietest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TrieTests/trietest.json b/TrieTests/trietest.json index aee4338c4..91651405b 100644 --- a/TrieTests/trietest.json +++ b/TrieTests/trietest.json @@ -93,5 +93,13 @@ [ "key3","1234567890123456789012345678901"] ], "root": "0xcb65032e2f76c48b82b5c24b3db8f670ce73982869d38cd39a624f23d62a9e89" + }, + "branch-value-update": { + "in": [ + [ "abc", "123" ], + [ "abcd", "abcd" ], + [ "abc", "abc" ] + ], + "root": "0x7a320748f780ad9ad5b0837302075ce0eeba6c26e3d8562c67ccc0f1b273298a" } } |