Skip to content

Commit f5bfefa

Browse files
committed
fix test
1 parent 139dd4d commit f5bfefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func validCfg() *store.Config {
3333
Endpoint: "https://testnet-rpc.wvm.dev/",
3434
ChainID: 9496,
3535
Web3SignerEndpoint: "http://localhost:9000",
36-
PrivateKeyHex: "private-key",
36+
PrivateKeyHex: "",
3737
},
3838
}
3939
}

0 commit comments

Comments
 (0)