pull/1208/head
yann300 4 years ago
parent 2a81ae9d30
commit 8c52daca40
  1. 2
      apps/remix-ide/src/blockchain/blockchain.js

@ -212,7 +212,7 @@ class Blockchain {
* return the fork name applied to the current envionment
* @return {String} - fork name
*/
getCurrentFork () {
getCurrentFork () {
return this.executionContext.getCurrentFork()
}

Loading…
Cancel
Save