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

calling dex.transfer problem #40

Open
mostar opened this issue May 9, 2017 · 0 comments
Open

calling dex.transfer problem #40

mostar opened this issue May 9, 2017 · 0 comments

Comments

@mostar
Copy link
Contributor

mostar commented May 9, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant