mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
Remove a stray dbg
This commit is contained in:
parent
ec6927e66e
commit
890f7104f7
1 changed files with 1 additions and 1 deletions
|
@ -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?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue