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

getwalletinfo rpc method does not update scanning progress value #167

Open
1 task done
sakdeniz opened this issue Sep 15, 2024 · 0 comments
Open
1 task done

getwalletinfo rpc method does not update scanning progress value #167

sakdeniz opened this issue Sep 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sakdeniz
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

Currently getwalletinfo rpc method does not update scanning progress value and always shows 0
{
"walletname": "Faucet",
"walletversion": 169900,
"format": "sqlite",
"balance": "74966637.62600000",
"staked_commitment_balance": 20000,
"unconfirmed_balance": 0,
"immature_balance": 0,
"txcount": 8422,
"keypoololdest": 1726398627,
"keypoolsize": 0,
"keypoolsize_hd_internal": 0,
"paytxfee": 0,
"private_keys_enabled": false,
"avoid_reuse": false,
"scanning": {
"duration": 199,
"progress": 0
},
"descriptors": false,
"external_signer": false,
"blsct": true,
"blank": false,
"birthtime": 1720532304,
"lastprocessedblock": {
"hash": "aadc0eb07b0a0548138ba1feae63500601104ab29a8a566076b13c70fbe69fd4",
"height": 71751
}
}

Expected behaviour

It should update progress value according to sync progress

Steps to reproduce

Use rescanblockchain 0 to start rescan blockchain and monitor sync progress with getwalletinfo rpc call

Relevant log output

No response

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

524d402

Operating system and version

Ubuntu 20.04 LTS

Machine specifications

No response

@sakdeniz sakdeniz added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant