1
This commit is contained in:
parent
3293255b3c
commit
7608982460
@ -26,7 +26,7 @@ class Transaction extends BaseModel {
|
|||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_transaction',
|
't_transaction',
|
||||||
array(
|
array(
|
||||||
'account_id' => myself()->_getAccountId(),
|
'address' => myself()->_getAddress(),
|
||||||
'client_confirmed' => 1
|
'client_confirmed' => 1
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -39,7 +39,7 @@ class Transaction extends BaseModel {
|
|||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_transaction',
|
't_transaction',
|
||||||
array(
|
array(
|
||||||
'account_id' => myself()->_getAccountId(),
|
'address' => myself()->_getAddress(),
|
||||||
'trans_id' => $transId,
|
'trans_id' => $transId,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -65,6 +65,7 @@ class Transaction extends BaseModel {
|
|||||||
't_transaction',
|
't_transaction',
|
||||||
array(
|
array(
|
||||||
'account_id' => myself()->_getAccountId(),
|
'account_id' => myself()->_getAccountId(),
|
||||||
|
'address' => myself()->_getAddress(),
|
||||||
'trans_id' => $transId,
|
'trans_id' => $transId,
|
||||||
'action' => $action,
|
'action' => $action,
|
||||||
'token_id' => $tokenId,
|
'token_id' => $tokenId,
|
||||||
@ -335,7 +336,7 @@ class Transaction extends BaseModel {
|
|||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_transaction',
|
't_transaction',
|
||||||
array(
|
array(
|
||||||
'account_id' => myself()->_getAccountId(),
|
'address' => myself()->_getAddress(),
|
||||||
'trans_id' => $transId
|
'trans_id' => $transId
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user