This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
rpn.supertraderfx-cn
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
typo md4 to md5
tags/v0.5
patrick
5 years ago
parent
ca7ec7da39
commit
1e93f4d890
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
checksum.go
+ 1
- 1
checksum.go
View File
@@ -34,7 +34,7 @@ func isLeanworkFormValid(form url.Values) bool {
return r == sign
}
func md
4
RpnFormP2P(r RpnReq) string {
func md
5
RpnFormP2P(r RpnReq) string {
return md5RpnForm(r, Config.Rpn.MD5P2P)
}
Write
Preview
Loading…
Cancel
Save