client deal command outputs Base32-encoded CID
This commit is contained in:
parent
b3eef76cdd
commit
55a9c9ae0a
@ -281,7 +281,13 @@ var clientDealCmd = &cli.Command{
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Println(proposal)
|
||||
encoded, err := proposal.StringOfBase(multibase.Base32)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Println(encoded)
|
||||
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user