Allow uppercase in poll description
This commit is contained in:
parent
7c0948886f
commit
564981fb4c
@ -74,7 +74,7 @@ export default class CreatePollTransaction extends TransactionBase {
|
|||||||
|
|
||||||
set rPollDesc(rPollDesc) {
|
set rPollDesc(rPollDesc) {
|
||||||
this._rPollDesc = rPollDesc
|
this._rPollDesc = rPollDesc
|
||||||
this._rPollDescBytes = this.constructor.utils.stringtoUTF8Array(this._rPollDesc.toLocaleLowerCase())
|
this._rPollDescBytes = this.constructor.utils.stringtoUTF8Array(this._rPollDesc)
|
||||||
this._rPollDescLength = this.constructor.utils.int32ToBytes(this._rPollDescBytes.length)
|
this._rPollDescLength = this.constructor.utils.int32ToBytes(this._rPollDescBytes.length)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user