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

Lost send block (not pending) in beta network #1034

Closed
dandanua opened this issue Aug 7, 2018 · 5 comments
Closed

Lost send block (not pending) in beta network #1034

dandanua opened this issue Aug 7, 2018 · 5 comments

Comments

@dandanua
Copy link

dandanua commented Aug 7, 2018

I've been testing beta network with nano wallet desktop.

I've sent 2 consecutive blocks to unopened account:

1st send block:
https://beta.nano.org/block/index.php?h=9531D690C2B2D09F3586D6389D8603273A9B5D36885EF1F7CE71B0B52C3DCC52

2nd send block:
https://beta.nano.org/block/index.php?h=C4A99F2B295004CFE597BEA9F31BA62BAE673BF9AB1B2FFFB976B701B5BAA517

When I opened receiving wallet it created an open block with the second block:
https://beta.nano.org/block/index.php?h=915F93591833484B2887E3C6941A6DB07B6915764B5EC08A64716CC9D619FC82

Now, the 1st send block is basically lost. Those funds are not pending in the receiving address.

You can check logs of my node.

log_2018-08-07_17-29-01.29.log

@argakiig
Copy link
Contributor

argakiig commented Aug 7, 2018

There are no funds being sent in the first send block, that is an example of an epoch block, the balance has not changed. The second block referenced is your send to another account, and the third is the open block corresponding to your send. see #955 for more information

@clemahieu
Copy link
Contributor

Closing this since creating an epoch block isn’t accidental.

@dandanua
Copy link
Author

dandanua commented Aug 7, 2018

@argakiig
I'm pretty sure that 1000000 raw > 0 raw, so the funds WERE sent and the sender balance WAS changed.
Both send blocks have the same receiving address, why do you state the opposite?

@clemahieu
I don't quite understand what is epoch block, but I'm sure this is not the case here.
Maybe there is a bug that caused incorrect recognition of my 1st block as epoch block.

@argakiig
Copy link
Contributor

argakiig commented Aug 7, 2018

yeah looked at this again,
image
Epoch was the previous one to what you referenced. So what is your minimum receive set to in the config.json? I will be in discord if you would like to troubleshoot

@dandanua
Copy link
Author

dandanua commented Aug 7, 2018

Yeah, the amount was too small. That 1st block is in the pending state (so I believe I can receive it manually), but the UIs just don't show it and don't automatically receive.

I guess issue can be closed :) There is no problem with the protocol.

@rkeene rkeene reopened this Aug 7, 2018
@dandanua dandanua closed this as completed Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants