pull/5370/head
yann300 3 years ago
parent dbce775d53
commit df51743d06
  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 the fork name applied to the current envionment
* @return {String} - fork name * @return {String} - fork name
*/ */
getCurrentFork () { getCurrentFork () {
return this.executionContext.getCurrentFork() return this.executionContext.getCurrentFork()
} }

Loading…
Cancel
Save