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
add rpnOut info
tags/v0.5
patrick
6 years ago
parent
3926f755a4
commit
69ab80ed3a
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
db.go
+ 8
- 0
db.go
View File
m.close()
m.close()
return err
return err
}
}
func (m *TransactionDB) addRpnOut(r RpnReq) error {
}
func (m *TransactionDB) updateRpnOutNameAndCard(orderid string, signature string, name string, card string) error {
}
Write
Preview
Loading…
Cancel
Save