We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e629ee9 commit b2298b3Copy full SHA for b2298b3
Tests/web3swiftTests/localTests/BasicLocalNodeTests.swift
@@ -62,7 +62,7 @@ class BasicLocalNodeTests: LocalTestCase {
62
print("Balance before to: " + balanceBeforeTo.description)
63
print("Balance before from: " + balanceBeforeFrom.description)
64
65
- let result = try! await sendTx.writeToChain(password: "web3swift")
+ let result = try await sendTx.writeToChain(password: "web3swift")
66
let txHash = Data.fromHex(result.hash.stripHexPrefix())!
67
68
Thread.sleep(forTimeInterval: 1.0)
0 commit comments