Web3js

未處理的拒絕(TypeError):this.provider(我ntermediatevalue)(intermediatevalue)(intermediatevalue)(一世n噸和r米和d一世一種噸和在一種l在和)(一世n噸和r米和…

  • April 13, 2020

我收到錯誤消息:“未處理的拒絕(TypeError):this.provider

$$ (intermediate value)(intermediate value)(intermediate value) $$不是函式”。 但是,我沒有在我的程式碼中使用“this.provider”。下面提供了我的程式碼。有誰知道我該如何解決這個問題?

非常感謝您的幫助!

改變這個:

this.gamechanger.setProvider(this.web3);

對此:

this.gamechanger.setProvider(this.web3.currentProvider);

引用自:https://ethereum.stackexchange.com/questions/82420