orderer/peer up & down need hostname.toLowerCase() #25 #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue25"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PULL REQUEST
說明 (Description)
原本修改讓使用者輸入 hostname 為小寫,後來修改為全部依照使用者輸入為主
相關問題 (Linked Issues)
#25
建立 docker-compose.yaml 強制轉小寫,但是 up/down 時沒有轉換。修改為建立時不強制轉小寫
貢獻種類 (Type of change)
測試環境 (Test Configuration):
檢查清單 (Checklist):
我已完成以上清單,並且同意遵守 Code of Conduct
I have completed the checklist and agree to abide by the code of conduct.
@ -189,7 +189,7 @@ export default class Peer extends AbstractService {}第一步是204行吧
@ -189,7 +189,7 @@ export default class Peer extends AbstractService {}這不是我寫的,我只有刪掉未知符號,這應該是前幾個 commit 有人新增的