Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lotus paych get returning <empty> #2187

Closed
ghost opened this issue Jun 30, 2020 · 2 comments
Closed

lotus paych get returning <empty> #2187

ghost opened this issue Jun 30, 2020 · 2 comments
Assignees
Labels
area/payment-channel Area: Payment Channel kind/enhancement Kind: Enhancement need/team-input Hint: Needs Team Input

Comments

@ghost
Copy link

ghost commented Jun 30, 2020

Describe the bug

lotus paych get always returns <empty>. Here are the steps:

$ lotus wallet new
t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q
$ lotus wallet new
t1vnc3ozfdlh5hh2garrzxvfzt7syzjg7azn5octq

(Add 50 FIL to t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q and wait for transfer to be included in chain)

$ lotus paych get t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q t1vnc3ozfdlh5hh2garrzxvfzt7syzjg7azn5octq 10
<empty>

(wait 30 minutes)

$ lotus paych get t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q 10
<empty>

Shouldn't it give the address of a payment channel from instead of <empty>?

To Reproduce
Steps to reproduce the behavior: (see above)

Expected behavior
I expected lotus paych get t1fbuuo6fz4yd5codj73gvqmirpavl77wflmbm37q t1vnc3ozfdlh5hh2garrzxvfzt7syzjg7azn5octq 10 to print a payment channel address within 30 minutes.

Screenshots
image

Version (run lotus --version):
lotus version 0.4.0+git.a0e1d5f5

Additional context

@jennijuju
Copy link
Member

@jennijuju - verify if this still exist

@jennijuju jennijuju self-assigned this Jul 14, 2021
@TippyFlitsUK TippyFlitsUK added area/payment-channel Area: Payment Channel kind/enhancement Kind: Enhancement labels Mar 30, 2022
@rjan90
Copy link
Contributor

rjan90 commented Jun 8, 2022

Hey! lotus paych get is not an available command any longer. That said, I think it´s now renamed to lotus paych add-funds and I tried your repro steps with that command.

Steps:

  • Create two new addresses:
lotus wallet new
t1mkw5qwhuumgrmg4tesubznc2b5lrb4muiwznlfq

And

lotus wallet new
t15llwpmgjckobxgfqby76yksw5s5rxraq7yzckpq
  • Add funds to one address:
lotus send --from t3xbzrkuaknlir2rjyjbzjkvgsh322vdusmso62tgjibfievk2k3bfy7cebj6mlf72lujxfnuarlh5i3eailta t1mkw5qwhuumgrmg4tesubznc2b5lrb4muiwznlfq 10
bafy2bzacedi5xcldi33v45jkiyffzyji6jvypnso3uembmltpixl3gz3btd4m
  • Run lotus paych add-funds:
lotus paych add-funds t1mkw5qwhuumgrmg4tesubznc2b5lrb4muiwznlfq t15llwpmgjckobxgfqby76yksw5s5rxraq7yzckpq 5
t2hl33lfsg2yyqy5x6livo5bfs4vibgimpkxt4uzy

Closing this issue as it´s fixed!

@rjan90 rjan90 closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/payment-channel Area: Payment Channel kind/enhancement Kind: Enhancement need/team-input Hint: Needs Team Input
Projects
None yet
Development

No branches or pull requests

3 participants