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.

calling dex.transfer problem #40

@mostar

Description

@mostar

The function

dex.transfer(10, "SBD", "fabian", "foobar")

is not working as documented in the tutorial
piston-lib/docs/tutorials.rst

It fail on parameter order:

assert asset == self.symbol("SBD") or asset == self.symbol("steem")

If you fix to what the code is expecting:

dex.transfer("fabian",10, "SBD", "foobar")

Then it fail on TypeError: 'module' object is not callable

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