Skip to content

Commit

Permalink
GethGreeterTest fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed May 1, 2024
1 parent 16af356 commit f9fdfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/web3j/container/ServiceBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ServiceBuilder {
fun build(): GenericService {
return when (type) {
NodeType.BESU -> BesuContainer(version, resourceFiles, hostFiles, genesisPath, servicePort)
NodeType.GETH -> GethContainer("v1.13.10", resourceFiles, hostFiles, genesisPath, servicePort)
NodeType.GETH -> GethContainer("v1.13.15", resourceFiles, hostFiles, genesisPath, servicePort)
NodeType.EMBEDDED -> {
if (genesisPath == "dev")
EmbeddedService(Configuration(Address(selfAddress), 10), PassthroughTracer())
Expand Down

0 comments on commit f9fdfda

Please sign in to comment.