You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces the hook to get a mining address from the wallet
with a retrieval of the address set as `-miningaddress`.
Disallows stealth addresses as per current behavior validating
`-miningaddress` at startup and in rpc mining.
Performs an additional safety check that the wallet actually owns the
given address, falling back to a random wallet address otherwise
(preserving current behavior).
0 commit comments