connector

This commit is contained in:
4tochka 2019-05-12 17:03:09 +04:00
parent 954b8b90df
commit 6ba41827ab

View File

@ -37,7 +37,7 @@ class UTXO():
self.outs_total = 0
def set(self, outpoint, pointer, amount, address):
self.cached.put({outpoint: (pointer, amount, address)})
self.cached[outpoint] = (pointer, amount, address)
def remove(self, outpoint):