mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
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
|
// 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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue