mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
add: case when value is long, ensure it's not get rlp encoded as node
This commit is contained in:
parent
2b6c136dda
commit
f44a859331
1 changed files with 28 additions and 22 deletions
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{
|
||||
"inputs": [
|
||||
["A", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]
|
||||
],
|
||||
"expectation": "d23786fb4a010da3ce639d66d5e904a11dbc02746d1ce25029e53290cabf28ab"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
["doe", "reindeer"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue