client/mm: CEX balance tracking and auto-rebalancing #8780
Annotations
10 errors and 1 warning
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
|
The logs for this run have expired and are no longer available.
Loading