You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the block count was successful. Block: 861271.
However, when I call client.GetBlockChainInfo(), I get an error: "Unable to detect btcd version. Status code: 403, response: ''".
Getting the block count was successful. Block: 861271.
However, when I call
client.GetBlockChainInfo()
, I get an error: "Unable to detect btcd version. Status code: 403, response: ''".`package main
import (
"fmt"
"log"
)
func main() {
// RPC server details
username := "1"
password := "1"
}
`
The text was updated successfully, but these errors were encountered: