bet
bet copied to clipboard
Making bet compatible with CHIPS upstream changes
This issue is to track the change in CHIPS API's which are used in bet.
- Bet uses
validateaddress
to check theismine
, but from v0.17.0 this info is provided bygetaddressinfo
the corresponding API changes needs to be made. - Though this is not a direct effect, but we using msigaddresses in bet which are generated with the pubkeys which we get from
validateaddress
but now we need to usegetaddressinfo
to get thepubkey
info.