bet icon indicating copy to clipboard operation
bet copied to clipboard

Making bet compatible with CHIPS upstream changes

Open sg777 opened this issue 3 years ago • 0 comments

This issue is to track the change in CHIPS API's which are used in bet.

  1. Bet uses validateaddress to check the ismine, but from v0.17.0 this info is provided by getaddressinfo the corresponding API changes needs to be made.
  2. 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 use getaddressinfo to get the pubkey info.

sg777 avatar Aug 12 '21 09:08 sg777