block-explorer icon indicating copy to clipboard operation
block-explorer copied to clipboard

Remove useless calls to xsnd

Open AlexITC opened this issue 7 years ago • 0 comments

There are some unnecessary calls on the XSNService.

Expected behavior

There shouldn't be unnecessary calls.

Actual behavior

After the segwit integration, the addressindex was removed, leading to some useless calls on the XSNService, remove them:

def getAddressBalance(address: Address): FutureApplicationResult[rpc.AddressBalance]

def getTransactions(address: Address): FutureApplicationResult[List[TransactionId]]

AlexITC avatar Sep 08 '18 19:09 AlexITC