Skip to content

Commit

Permalink
Merge pull request ProxeusApp#15 from sprotest/feature/fix-web3-metho…
Browse files Browse the repository at this point in the history
…d-fromAscii

 feature/fix-web3-method-fromAscii
  • Loading branch information
tafonina authored Jun 13, 2023
2 parents 029ab3e + 028563a commit b069463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/src/views/DocumentFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export default {
this.wallet.proxeusFS.createFileUndefinedSigners({
from: account,
hash,
data: (this.data === '' ? '0x00' : web3.utils.asciiToHex(this.data)),
data: (this.data === '' ? '0x00' : this.wallet.proxeusFS.web3.utils.fromAscii(this.data)),
mandatorySigners: 0,
expiry: 0,
providers: [],
Expand Down

0 comments on commit b069463

Please sign in to comment.