main.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:eth-tester 作者: ethereum 项目源码 文件源码
def _reset_local_state(self):
        # filter tracking
        self._filter_counter = itertools.count()
        self._log_filters = {}
        self._block_filters = {}
        self._pending_transaction_filters = {}

        # snapshot tracking
        self._snapshot_counter = itertools.count()
        self._snapshots = {}

        # raw accounts
        self._account_passwords = {}
        self._account_unlock = collections.defaultdict(lambda: False)

    #
    # Fork Rules
    #
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号