mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +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!({
|
||||
"method": "get_block",
|
||||
"params": {
|
||||
"height": dbg!(height)
|
||||
"height": height
|
||||
}
|
||||
}))).await?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue