Skip to content

Commit a2947f5

Browse files
authored
Update README.md
1 parent 7c45401 commit a2947f5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ Install/setup repository
4343

4444
`yarn setup`
4545

46-
Update eosjs library (because of [bug](https://github.com/EOSIO/eosjs/issues/853))
47-
48-
*In file eosjs/dist/eosjs-numerics.js; function 'stringToSignature' add new else if: *
49-
50-
```
51-
else if (s.substr(0, 7) === 'SIG_WA_') {
52-
return stringToKey(s.substr(7), KeyType.wa, 0, 'WA');
53-
}
54-
```
55-
5646
#### HTTPS proxy via self-signed localhost certificate:
5747

5848
The following describes one way of placing an HTTPS proxy in front of the server via the program `haproxy` along with a self-signed certificate that you instruct your browser to trust.

0 commit comments

Comments
 (0)