• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: 提交

Official Go implementation of the Bytom protocol


Commit MetaInfo

修訂22515d800bad6e9e171d245df0ea99f6e26da793 (tree)
時間2020-12-27 00:06:27
作者LonelyPale <lonelypale@126....>
CommiterLonelyPale

Log Message

update

Change Summary

差異

--- a/notes.md
+++ b/notes.md
@@ -11,6 +11,9 @@ bytomd init --chain_id testnet
1111 bytomd node --auth.disable
1212
1313 curl -k https://localhost:9888/net-info
14+localhost 会解析为 ip6 ::1
15+curl -k https://127.0.0.1:9888/net-info
16+127.0.0.1 会解析为 ip4 127.0.0.1
1417 ```
1518
1619 ```toml
Show on old repository browser