waddrmgr: fix some missed compile errors
This commit is contained in:
parent
4ce4a70968
commit
28469c0315
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue