Skip to content

Commit ab60994

Browse files
committed
f lol
1 parent f7ee208 commit ab60994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/src/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl<Out: test_logger::Output> ChainAccess for FuzzChainSource<'_, '_, Out> {
9999
&[1, _] => ChainAccessResult::Sync(Err(ChainAccessError::UnknownTx)),
100100
&[2, _] => {
101101
let future = AccessFuture::new();
102-
future.resolve(self.net_graph, Err(ChainAccessError::UnknownTx));
102+
future.resolve(self.net_graph, Ok(txo_res));
103103
ChainAccessResult::Async(future.clone())
104104
},
105105
&[3, _] => {

0 commit comments

Comments
 (0)