mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-15 07:58:15 +08:00
//hash -> // hash
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
@ -258,7 +258,7 @@ You can now check what blocks have been created by:
|
||||
exch = offline.Exchange(addblockstore)
|
||||
}
|
||||
|
||||
bserv := blockservice.New(addblockstore, exch) //hash security 001
|
||||
bserv := blockservice.New(addblockstore, exch) // hash security 001
|
||||
dserv := dag.NewDAGService(bserv)
|
||||
|
||||
outChan := make(chan interface{}, adderOutChanSize)
|
||||
|
Reference in New Issue
Block a user