`smt.exists(item)` doesn't work if default node value is set
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 111
- Fork
- 54
- Merge trung bình
- 27 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
https://github.com/ethereum/py-trie/blob/e5bf55c66c19bb21b626b8d61925ebc4336cba0c/trie/smt.py#L340-L341
should be this instead:
```py
return self.get(key) == self._default
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.