I sent some bitcoin to public master address (Path 'm'), but wallet info not display this #377
-
The reason why the number of coins sent to an address with the Path 'm' (Master Public key address) is not displayed, and how to display it, I'm curious about. If someone knows any solution for anyone of them, I will be thankful for your help
= Wallet Master Key =
= Balance Totals (includes unconfirmed) = |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Normally you would only use the top level addresses with depth 5, the rest of the key path is not used for receiving and sending. w.get_key().address However you can update the master key address by specifying the depth when updating the transactions: w.transactions_update(depth=0) |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! === WALLET === = Wallet Master Key =
= Balance Totals (includes unconfirmed) = |
Beta Was this translation helpful? Give feedback.
Normally you would only use the top level addresses with depth 5, the rest of the key path is not used for receiving and sending.
To get a address for receiving funds you can use the get_key method:
However you can update the master key address by specifying the depth when updating the transactions: