all: Update for core changes #235
Annotations
10 errors
wallet/update.go#L7
could not import go.sia.tech/coreutils/chain (-: # go.sia.tech/coreutils/chain
|
chain/db.go#L440
cannot use func(sce types.SiacoinElement, created, spent bool) {…} (value of type func(sce types.SiacoinElement, created bool, spent bool)) as func(sce types.SiacoinElement, spent bool) value in argument to cau.ForEachSiacoinElement
|
chain/db.go#L449
cannot use func(sfe types.SiafundElement, created, spent bool) {…} (value of type func(sfe types.SiafundElement, created bool, spent bool)) as func(sfe types.SiafundElement, spent bool) value in argument to cau.ForEachSiafundElement
|
chain/db.go#L458
cannot use func(fce types.FileContractElement, created bool, rev *types.FileContractElement, resolved, valid bool) {…} (value of type func(fce types.FileContractElement, created bool, rev *types.FileContractElement, resolved bool, valid bool)) as func(fce types.FileContractElement, rev *types.FileContractElement, resolved bool, valid bool) value in argument to cau.ForEachFileContractElement
|
chain/db.go#L478
cannot use func(fce types.FileContractElement, created bool, rev *types.FileContractElement, resolved, valid bool) {…} (value of type func(fce types.FileContractElement, created bool, rev *types.FileContractElement, resolved bool, valid bool)) as func(fce types.FileContractElement, rev *types.FileContractElement, resolved bool, valid bool) value in argument to cru.ForEachFileContractElement
|
chain/db.go#L498
cannot use func(sfe types.SiafundElement, created, spent bool) {…} (value of type func(sfe types.SiafundElement, created bool, spent bool)) as func(sfe types.SiafundElement, spent bool) value in argument to cru.ForEachSiafundElement
|
chain/db.go#L509
cannot use func(sce types.SiacoinElement, created, spent bool) {…} (value of type func(sce types.SiacoinElement, created bool, spent bool)) as func(sce types.SiacoinElement, spent bool) value in argument to cru.ForEachSiacoinElement
|
chain/manager.go#L617
undefined: types.UnassignedLeafIndex
|
chain/manager.go#L645
undefined: types.UnassignedLeafIndex
|
chain/manager.go#L649
cannot use func(sce types.SiacoinElement, created, spent bool) {…} (value of type func(sce types.SiacoinElement, created bool, spent bool)) as func(sce types.SiacoinElement, spent bool) value in argument to cru.ForEachSiacoinElement
|
This job failed
Loading