diff --git a/waddrmgr/db.go b/waddrmgr/db.go index 1b6fa63..688338d 100644 --- a/waddrmgr/db.go +++ b/waddrmgr/db.go @@ -1065,7 +1065,7 @@ func putAddress(ns walletdb.ReadWriteBucket, addressID []byte, row *dbAddressRow // putChainedAddress stores the provided chained address information to the // database. func putChainedAddress(ns walletdb.ReadWriteBucket, addressID []byte, account uint32, - status syncStatus, branch, index uint32) error { + status syncStatus, branch, index uint32, addrType addressType) error { addrRow := dbAddressRow{ addrType: addrType,