This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Problem: "deposit amount" fee calculation is not correct #949
Comments
tomtau
changed the title
deposit_amount fee calculation is not correct
Problem: deposit_amount fee calculation is not correct
Jan 21, 2020
not sure if related to #846 |
tomtau
changed the title
Problem: deposit_amount fee calculation is not correct
Problem: deposit tx amount fee calculation is not correct
Jan 22, 2020
tomtau
changed the title
Problem: deposit tx amount fee calculation is not correct
Problem: "deposit amount" fee calculation is not correct
Jan 22, 2020
yihuang
added a commit
to yihuang/chain
that referenced
this issue
Feb 21, 2020
…orrect Solution: - Fix DummySigner for deposit transaction - Fix mock_enc_dec payload padding
yihuang
added a commit
to yihuang/chain
that referenced
this issue
Feb 21, 2020
…orrect Solution: - Fix DummySigner for deposit transaction - Fix mock_enc_dec payload padding
yihuang
added a commit
to yihuang/chain
that referenced
this issue
Feb 22, 2020
…orrect Solution: - Fix DummySigner for deposit transaction - Fix mock_enc_dec payload padding - Test withdraw with viewkeys in the multinode join test (Fix crypto-com#1101)
yihuang
added a commit
to yihuang/chain
that referenced
this issue
Feb 22, 2020
…orrect Solution: - Fix DummySigner for deposit transaction - Fix mock_enc_dec payload padding - Test withdraw with viewkeys in the multinode join test (Fix crypto-com#1101)
tomtau
pushed a commit
that referenced
this issue
Feb 24, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
start tendermint with fee, deposit 500000, but get 500074.
deposited amount in the staked state is larger than what's specified in the command line.
the likely cause is dummysigner estimation
The text was updated successfully, but these errors were encountered: