Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

No module named get_block_from_time #52

@lunaluxie

Description

@lunaluxie

I'm running the code from the example here

from steem.blockchain import Blockchain
	# parse only payments from specific datetime until now
	b = Blockchain()
	history = b.replay(
	    start_block=b.get_block_from_time("2017-03-01T00:00:00"),
	    end_block=b.get_current_block(),
	    filter_by=['transfer']
	)

However, it says: 'Blockchain' object has no attribute 'get_block_from_time'.

I'm using Python 3.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions