Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion article/op-stack/使用OP Stack搭建自己的Layer2.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ loop.run_until_complete(test())
python helloop.py
```
如果一切正常,你将看到类似输出:
![[python-example-output-002.png]]
![](/imgs/python-example-output-002.png)

## 总结
至此,我们的教程也要结束了。现在我们已经拥有了一个可以正常使用且功能齐全的 OP Stack Rollup。接下来,就可以根据我们的需求进行使用了。
Expand Down