forked from TrueCloudLab/frostfs-node
[#1606] Remove deprecated functions
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
6cc180391e
commit
4a8dfd0ce4
2 changed files with 1 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue