Use BLS in more places

This commit is contained in:
Łukasz Magiera
2019-08-22 00:47:44 +02:00
parent 89dc87d890
commit 28409a60b1
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ func createStorageMiner(ctx context.Context, api api.FullNode, peerid peer.ID) (
return address.Undef, err
}
k, err := api.WalletNew(ctx, types.KTSecp256k1)
k, err := api.WalletNew(ctx, types.KTBLS)
if err != nil {
return address.Undef, err
}