connector
This commit is contained in:
parent
954b8b90df
commit
6ba41827ab
@ -37,7 +37,7 @@ class UTXO():
|
|||||||
self.outs_total = 0
|
self.outs_total = 0
|
||||||
|
|
||||||
def set(self, outpoint, pointer, amount, address):
|
def set(self, outpoint, pointer, amount, address):
|
||||||
self.cached.put({outpoint: (pointer, amount, address)})
|
self.cached[outpoint] = (pointer, amount, address)
|
||||||
|
|
||||||
|
|
||||||
def remove(self, outpoint):
|
def remove(self, outpoint):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user