mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +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!({
|
||||
"method": "get_block",
|
||||
"params": {
|
||||
"height": dbg!(height)
|
||||
"height": height
|
||||
}
|
||||
}))).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user