type3 data value fix
This commit is contained in:
parent
603ea0f1a5
commit
ad14a82a81
@ -35,7 +35,7 @@ function checkPayment(){
|
||||
type: 3,
|
||||
data: {
|
||||
amount: (Math.floor(parseInt(config.fee))/2),
|
||||
name: userArr[0].username
|
||||
receiver: userArr[0].username
|
||||
}
|
||||
}
|
||||
signedTx2 = javalon.sign(config.accountCreator.privKey,config.accountCreator.username, tx2)
|
||||
|
Loading…
Reference in New Issue
Block a user