use instance AID

This commit is contained in:
Andrea Franz 2019-02-15 16:26:38 +01:00
parent 8140f6790b
commit 2348b40cea
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ func (i *Initializer) installApplets(capFile *os.File) error {
return err
}
installWallet := globalplatform.NewCommandInstallForInstall(lightwallet.AppletPkgAID, lightwallet.WalletAID, lightwallet.WalletAID, []byte{})
installWallet := globalplatform.NewCommandInstallForInstall(lightwallet.AppletPkgAID, lightwallet.WalletAID, lightwallet.WalletInstanceAID, []byte{})
_, err = i.send("install for install (wallet)", installWallet)
return err