Early Proposal #4750
Annotations
7 errors
Run Test
Process completed with exit code 1.
|
Run Test
cannot use bc (variable of type *mock_blockchain.MockBlockchain) as blockchain.Blockchain value in argument to api.NewServerV2: *mock_blockchain.MockBlockchain does not implement blockchain.Blockchain (missing method PrepareBlock)
|
Run Test
cannot use bc (variable of type *mock_blockchain.MockBlockchain) as blockchain.Blockchain value in argument to NewGasStation: *mock_blockchain.MockBlockchain does not implement blockchain.Blockchain (missing method PrepareBlock)
|
Run Test
cannot use mock_blockchain.NewMockBlockchain(ctrl) (value of type *mock_blockchain.MockBlockchain) as blockchain.Blockchain value in argument to NewChainManager: *mock_blockchain.MockBlockchain does not implement blockchain.Blockchain (missing method PrepareBlock)
|
Run Test
cannot use mockCtx (variable of type *MockContext) as Context value in argument to NewConsensusFSM: *MockContext does not implement Context (missing method PrepareNextProposal)
|
Run Test
cannot use mBc (variable of type *mock_blockchain.MockBlockchain) as blockchain.Blockchain value in argument to newBlockSyncerForTest: *mock_blockchain.MockBlockchain does not implement blockchain.Blockchain (missing method PrepareBlock)
|
Run Test
cannot use bc (variable of type *mock_blockchain.MockBlockchain) as blockchain.Blockchain value in struct literal: *mock_blockchain.MockBlockchain does not implement blockchain.Blockchain (missing method PrepareBlock)
|
Loading