Drop commented-out code

This commit is contained in:
Łukasz Magiera 2020-04-17 18:24:23 +02:00 committed by GitHub
parent 2a10a79460
commit f7666bc641

View File

@ -147,12 +147,6 @@ var msigCreateCmd = &cli.Command{
// get address of newly created miner
// msigaddr, err := address.NewFromBytes(wait.Receipt.Return)
// if err != nil {
// return err
// }
// fmt.Println("Created new multisig: ", msigaddr.String())
var execreturn init_.ExecReturn
if err := execreturn.UnmarshalCBOR(bytes.NewReader(wait.Receipt.Return)); err != nil {