Joe review updates #1113
Annotations
21 errors and 2 warnings
Go CI (1.21):
client/asset/btc/btc_test.go#L2532
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/btc/btc_test.go#L3157
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/btc/btc_test.go#L3368
cannot use badCoin (variable of type *tCoin) as asset.Coin value in argument to wallet.SignMessage: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/btc/btc_test.go#L3447
cannot use r.coin (variable of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/eth/eth_test.go#L1636
cannot use &badCoin (value of type *badCoin) as asset.Coin value in array or slice literal: *badCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/dcr/dcr_test.go#L1110
cannot use &tCoin{…} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/dcr/dcr_test.go#L1118
cannot use &tCoin{…} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/dcr/dcr_test.go#L2780
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/dcr/dcr_test.go#L2980
cannot use badCoin (variable of type *tCoin) as asset.Coin value in argument to wallet.SignMessage: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21):
client/asset/dcr/dcr_test.go#L3097
cannot use r.coin (variable of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20)
The job was canceled because "_1_21" failed.
|
Go CI (1.20):
client/asset/btc/btc_test.go#L2532
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/btc/btc_test.go#L3157
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/btc/btc_test.go#L3368
cannot use badCoin (variable of type *tCoin) as asset.Coin value in argument to wallet.SignMessage: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/btc/btc_test.go#L3447
cannot use r.coin (variable of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/eth/eth_test.go#L1636
cannot use &badCoin (value of type *badCoin) as asset.Coin value in array or slice literal: *badCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/dcr/dcr_test.go#L1110
cannot use &tCoin{…} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/dcr/dcr_test.go#L1118
cannot use &tCoin{…} (value of type *tCoin) as asset.Coin value in array or slice literal: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/dcr/dcr_test.go#L2780
cannot use &tCoin{} (value of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/dcr/dcr_test.go#L2980
cannot use badCoin (variable of type *tCoin) as asset.Coin value in argument to wallet.SignMessage: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.20):
client/asset/dcr/dcr_test.go#L3097
cannot use r.coin (variable of type *tCoin) as asset.Coin value in return statement: *tCoin does not implement asset.Coin (missing method TxID)
|
Go CI (1.21)
Restore cache failed: Dependencies file is not found in /home/runner/work/dcrdex/dcrdex. Supported file pattern: go.sum
|
Go CI (1.20)
Restore cache failed: Dependencies file is not found in /home/runner/work/dcrdex/dcrdex. Supported file pattern: go.sum
|