You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a sanity check I made sure that the spc object was getting passed correctly by changing topOfStackFirst which does indeed work. It seems to be a problem specific to the maxValueWidth
The text was updated successfully, but these errors were encountered:
Subject of the issue
maxValueWidth
of the StackPrinterConfig doesn't seem to work.Your environment
algosdk version
1.18.0
Steps to reproduce
console.log(txn.appTrace({maxValueWidth: 5000, topOfStackFirst: false}))
Expected behaviour
The max width of values would be increased from the default width
Actual behaviour
Values are still truncated with the default width:
As a sanity check I made sure that the spc object was getting passed correctly by changing
topOfStackFirst
which does indeed work. It seems to be a problem specific to themaxValueWidth
The text was updated successfully, but these errors were encountered: