Closed louisinger closed 2 years ago
Persistent request behavior:
report.BlockHeight = H
IsPersistent
IsPersistent = true
StartHeight = H+1
--
WithPersistent()
scanner_test.go
Closes #10 Closes #11
@altafan please review
Persistent request behavior:
report.BlockHeight = H
)IsPersistent
request's memberIsPersistent = true
the scanner watch again the resolved WatchItem but withStartHeight = H+1
.--
WithPersistent()
scanner_test.go
(integration testing for Watch on nigiri regtest).Closes #10 Closes #11
@altafan please review