From c7421b4cf95eb6bee9130101926470603ac35032 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Mon, 3 Feb 2025 22:08:08 +0300 Subject: [PATCH] remove getLatestBlockHash solana method (it was a typo, original method is getLatestBlockhash) (#627) --- .../io/emeraldpay/dshackle/upstream/DefaultSolanaMethods.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultSolanaMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultSolanaMethods.kt index b8cae0f5..9a4b9149 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultSolanaMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/DefaultSolanaMethods.kt @@ -71,7 +71,6 @@ class DefaultSolanaMethods : CallMethods { "minimumLedgerSlot", "requestAirdrop", "simulateTransaction", - "getRecentBlockHash", "getFees", "getIdentity", "getConfirmedSignaturesForAddress2",