[#1606] Remove deprecated functions

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-07-18 11:36:36 +03:00 committed by fyrchik
parent 6cc180391e
commit 4a8dfd0ce4
2 changed files with 1 additions and 5 deletions

View file

@ -16,8 +16,6 @@ func LoadAccount(path, addr, password string) (*wallet.Account, error) {
return nil, err
}
defer w.Close()
var h util.Uint160
if addr == "" {
h = w.GetChangeAddress()