We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6317843 commit 244cceeCopy full SHA for 244ccee
1 file changed
src/rpc/methods/chain.rs
@@ -997,7 +997,7 @@ impl RpcMethod<1> for ChainGetTipSetV2 {
997
type Ok = Tipset;
998
999
async fn handle(_: Ctx<impl Blockstore>, _: Self::Params) -> Result<Self::Ok, ServerError> {
1000
- Err(anyhow::anyhow!("Filecoin.ChainGetTipSet for V2 is not yet implemented").into())
+ Err(ServerError::unsupported_method())
1001
}
1002
1003
0 commit comments