We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d814587 + aa8a06c commit cf5ee4dCopy full SHA for cf5ee4d
src/pages/go-w3up.mdx
@@ -115,7 +115,7 @@ issuer, _ := signer.Parse(priv)
115
116
// UCAN proof(s) that the signer can perform tasks in this space (a delegation chain)
117
prfbytes, _ := ioutil.ReadFile("path/to/proof.ucan")
118
-proof, _ := delegation.ExtractProof(b)
+proof, _ := delegation.ExtractProof(prfbytes)
119
```
120
121
## Upload a CAR
@@ -131,7 +131,7 @@ import (
131
"net/http"
132
133
"github.com/ipfs/go-cid"
134
- cidlink "github.com/ipld/go-ipld-prime/linking/cid"
+ "github.com/ipld/go-ipld-prime/linking/cid"
135
"github.com/multiformats/go-multihash"
136
"github.com/web3-storage/go-w3up/capability/storeadd"
137
"github.com/web3-storage/go-w3up/client"
0 commit comments