Skip to content

Commit

Permalink
Added RUDEX to known prefixes (bitshares#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansalikhov authored and svk31 committed Sep 25, 2017
1 parent 9fe280b commit 1a59e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ var Utils = {
},

replaceName(name, isBitAsset = false) {
let toReplace = ["TRADE.", "OPEN.", "METAEX.", "BRIDGE."];
let toReplace = ["TRADE.", "OPEN.", "METAEX.", "BRIDGE.", "RUDEX."];
let suffix = "";
let i;
for (i = 0; i < toReplace.length; i++) {
Expand Down

0 comments on commit 1a59e5e

Please sign in to comment.