Skip to content

Fix wrong token decimal amounts in rpc output value - #1998

Merged
ImplOfAnImpl merged 3 commits into
masterfrom
fix_wrong_token_decimal_amounts_in_rpc_output_value
Jan 13, 2026
Merged

ImplOfAnImpl merged 3 commits into
masterfrom
fix_wrong_token_decimal_amounts_in_rpc_output_value

Conversation

@ImplOfAnImpl

Copy link
Copy Markdown
Contributor

Closes #1822

Also, I did some cleanup in functional tests

Comment thread test/functional/test_framework/wallet_controller_common.py Outdated
@ImplOfAnImpl
ImplOfAnImpl force-pushed the fix_wrong_token_decimal_amounts_in_rpc_output_value branch from 1ab11d6 to a86c6b9 Compare January 12, 2026 10:47
…checking that returned decimal amounts are correct (same for the RPC calls). Remove unused imports in functional tests.
@ImplOfAnImpl
ImplOfAnImpl force-pushed the fix_wrong_token_decimal_amounts_in_rpc_output_value branch from a86c6b9 to fa10a47 Compare January 12, 2026 10:56
@ImplOfAnImpl
ImplOfAnImpl changed the base branch from master to fix_ci January 12, 2026 10:56
Base automatically changed from fix_ci to master January 13, 2026 10:46
@ImplOfAnImpl
ImplOfAnImpl merged commit b91d6f9 into master Jan 13, 2026
14 checks passed
@ImplOfAnImpl
ImplOfAnImpl deleted the fix_wrong_token_decimal_amounts_in_rpc_output_value branch January 13, 2026 10:47
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

Successfully merging this pull request may close these issues.

Wallet-cli commands and rpc calls return incorrect decimal amount for tokens with non-default number of decimals.

2 participants