1
This commit is contained in:
parent
7511c91a77
commit
3f379b860a
@ -126,7 +126,7 @@ func (this* vester) saveToDb(ds *f5.DataSet) bool {
|
|||||||
whereKv,
|
whereKv,
|
||||||
[][]string{},
|
[][]string{},
|
||||||
genInsertKv([][]string{
|
genInsertKv([][]string{
|
||||||
{"account_address", p.Account},
|
{"account_address", strings.ToLower(p.Account)},
|
||||||
{"deposit_amount", p.Amount},
|
{"deposit_amount", p.Amount},
|
||||||
}))
|
}))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -144,7 +144,7 @@ func (this* vester) saveToDb(ds *f5.DataSet) bool {
|
|||||||
whereKv,
|
whereKv,
|
||||||
[][]string{},
|
[][]string{},
|
||||||
genInsertKv([][]string{
|
genInsertKv([][]string{
|
||||||
{"account_address", p.Account},
|
{"account_address", strings.ToLower(p.Account)},
|
||||||
{"withdraw_clamied_amount", p.ClaimedAmount},
|
{"withdraw_clamied_amount", p.ClaimedAmount},
|
||||||
{"withdraw_balance", p.Balance},
|
{"withdraw_balance", p.Balance},
|
||||||
}))
|
}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user