From 2ad9b3db3fe638a4130ae15bd6316b672769295e Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Tue, 1 Jul 2025 14:30:27 +0400 Subject: [PATCH] Add debug_getRawHeader (#678) --- .../emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt index 5d3ae8b1..493a356b 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -79,6 +79,7 @@ class DefaultEthereumMethods( "debug_traceCall", "debug_traceCallMany", "debug_traceTransaction", + "debug_getRawHeader", ) }