Updated Transaction Messaging
This commit is contained in:
parent
0a057d9434
commit
e806064a7a
@ -36,8 +36,8 @@ if settings.COINDAEMON_Reward == 'POW':
|
|||||||
tx_out.nValue = value
|
tx_out.nValue = value
|
||||||
tx_out.scriptPubKey = coinbaser.get_script_pubkey()
|
tx_out.scriptPubKey = coinbaser.get_script_pubkey()
|
||||||
|
|
||||||
if settings.COINDAEMON_SHA256_TX == 'yes':
|
if settings.COINDAEMON_TX_MSG == 'yes':
|
||||||
self.strTxComment = ""
|
self.strTxComment = settings.Tx_Message
|
||||||
self.vin.append(tx_in)
|
self.vin.append(tx_in)
|
||||||
self.vout.append(tx_out)
|
self.vout.append(tx_out)
|
||||||
|
|
||||||
@ -84,8 +84,8 @@ elif settings.COINDAEMON_Reward == 'POS':
|
|||||||
tx_out.scriptPubKey = coinbaser.get_script_pubkey()
|
tx_out.scriptPubKey = coinbaser.get_script_pubkey()
|
||||||
|
|
||||||
self.nTime = ntime
|
self.nTime = ntime
|
||||||
if settings.COINDAEMON_SHA256_TX == 'yes':
|
if settings.COINDAEMON_TX_MSG == 'yes':
|
||||||
self.strTxComment = ""
|
self.strTxComment = settings.Tx_Message
|
||||||
self.vin.append(tx_in)
|
self.vin.append(tx_in)
|
||||||
self.vout.append(tx_out)
|
self.vout.append(tx_out)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user