mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-21 23:08:12 +00:00
Fix typo
This commit is contained in:
parent
a6c168be04
commit
487d19ccb1
@ -18,7 +18,7 @@ contract DepositContractTest is DSTest {
|
|||||||
|
|
||||||
// --- SUCCESS TESTS ---
|
// --- SUCCESS TESTS ---
|
||||||
|
|
||||||
// Tests initilized storage values, comparing vyper and solidity
|
// Tests initialized storage values, comparing vyper and solidity
|
||||||
function test_empty_root() public {
|
function test_empty_root() public {
|
||||||
bytes32 zHash = 0x0000000000000000000000000000000000000000000000000000000000000000;
|
bytes32 zHash = 0x0000000000000000000000000000000000000000000000000000000000000000;
|
||||||
bytes32 zHashN = zHash;
|
bytes32 zHashN = zHash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user