use instance AID
This commit is contained in:
parent
8140f6790b
commit
2348b40cea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue