mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-21 07:58:11 -07:00
global: opreturn part 4
This commit is contained in:
@@ -362,7 +362,7 @@ impl Computer {
|
||||
|
||||
let op_return = scope.spawn(|| {
|
||||
timed("Computed OP_RETURN", || {
|
||||
self.op_return.compute(indexer, exit)
|
||||
self.op_return.compute(indexer, &self.blocks, exit)
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user