waddrmgr: fix some missed compile errors

This commit is contained in:
Olaoluwa Osuntokun 2017-04-21 17:20:19 -07:00
parent 4ce4a70968
commit 28469c0315

View file

@ -1065,7 +1065,7 @@ func putAddress(ns walletdb.ReadWriteBucket, addressID []byte, row *dbAddressRow
// putChainedAddress stores the provided chained address information to the // putChainedAddress stores the provided chained address information to the
// database. // database.
func putChainedAddress(ns walletdb.ReadWriteBucket, addressID []byte, account uint32, 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{ addrRow := dbAddressRow{
addrType: addrType, addrType: addrType,