问题描述
- 错误描述: timed out waiting for tx to be included in a block
报错示例
timed out waiting for tx to be included in a block
解决方案:
-
timed out waiting for tx to be included in a block
这个错误只有在使用 commit 模式的时候会出现,建议使用 sync 模式。 -
关于 sync 模式下通过交易 hash 异步查询的方式,如果是使用 opb-sdk-go 的话,可以参考 example 包下的示例;如果是使用 opb-sdk-java 的话,在 sync 模式成功发送交易的情况下,可以获取到交易 hash,用此 hash 可以查询交易。
可参考: