Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
extractSwarmHash returns value
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Aug 28, 2019
1 parent c1c0c97 commit 1f2e92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remix-lib/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ module.exports = {
extractSwarmHash: function (value) {
value = value.replace(this.swarmHashExtraction(), '')
value = value.replace(this.swarmHashExtractionPOC3(), '')
return value
},

/**
Expand Down

0 comments on commit 1f2e92b

Please sign in to comment.