mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove a stray dbg
This commit is contained in:
@@ -148,7 +148,7 @@ impl Rpc {
|
|||||||
let block: JsonRpcResponse<BlockResponse> = self.rpc_call("json_rpc", Some(json!({
|
let block: JsonRpcResponse<BlockResponse> = self.rpc_call("json_rpc", Some(json!({
|
||||||
"method": "get_block",
|
"method": "get_block",
|
||||||
"params": {
|
"params": {
|
||||||
"height": dbg!(height)
|
"height": height
|
||||||
}
|
}
|
||||||
}))).await?;
|
}))).await?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user