Skip to content

Commit 25443ce

Browse files
committed
Return null for blocks without space transactions
1 parent 58f716d commit 25443ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ impl AsyncChainState {
875875
height
876876
));
877877
}
878-
Err(anyhow!("Could not retrieve block"))
878+
Ok(None)
879879
}
880880

881881
pub async fn handle_command(

0 commit comments

Comments
 (0)