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

Coin Folding Fee Bug? #261

Open
Knight1 opened this issue May 25, 2021 · 1 comment
Open

Coin Folding Fee Bug? #261

Knight1 opened this issue May 25, 2021 · 1 comment

Comments

@Knight1
Copy link

Knight1 commented May 25, 2021

I made Coin Folding Transactions like in the Docs with the Amount of 0 PKT. Like

./bin/pktctl --wallet sendfrom ADDRESS 0 '["ADDRESS"]'

I had many to fold so I made it in a quick manner without waiting for the block confirmation.
Somehow the Transaktion Fee was in the XXX and 1300PKT Range.

image

image

Is this a known Bug, made i something wrong on my end?

Just updated the git repo, was from early May. Still want to make sure this does not happen again :s

Thanks!
Tobias

@UCIS
Copy link

UCIS commented Apr 25, 2022

A link to the transaction showing this issue would be helpful. Most likely this is a (known) bug in the explorer, rather than in the wallet. The explorer has a bug where it doubles the input amount in some cases, and because it doubles only the input amount and not the output amount, it incorrectly considers the remaining value to be transaction fee. If you check again now the data has most likely been corrected.

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

2 participants