From 28469c031542a2da2620c26796cac97559a409f0 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 21 Apr 2017 17:20:19 -0700 Subject: [PATCH] waddrmgr: fix some missed compile errors --- waddrmgr/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,