Skip to content

Commit

Permalink
use ten in the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed May 24, 2024
1 parent 866382c commit b36de74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/rpcapi/web3_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
)

var _hardcodedClientVersion = "Geth/v10.0.0/drpc"
var _hardcodedClientVersion = "Geth/v10.0.0/ten"

type Web3API struct {
we *Services
Expand Down

0 comments on commit b36de74

Please sign in to comment.