added action message
This commit is contained in:
@@ -126,6 +126,7 @@ export class TIC {
|
|||||||
amount: parseInt(option.amount),
|
amount: parseInt(option.amount),
|
||||||
toAddress: option.toAddress,
|
toAddress: option.toAddress,
|
||||||
fee: option.fee || this._defaultFee,
|
fee: option.fee || this._defaultFee,
|
||||||
|
message: option.message || '',
|
||||||
})
|
})
|
||||||
// sign for txBody use function packMe, which needs actor's keypair as parameter
|
// sign for txBody use function packMe, which needs actor's keypair as parameter
|
||||||
action.packMe({
|
action.packMe({
|
||||||
|
|||||||
Reference in New Issue
Block a user