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
If an object argument with particular ObjectBuilderArg has been added into inputs before, putting another object argument with same ObjectBuilderArg won't modify the length of inputs.
In this case, this new object argument's index value is not necessarily equal to this.inputs.size() - 1. Instead, it should equal the old object's index.
If an object argument with particular
ObjectBuilderArg
has been added intoinputs
before, putting another object argument with sameObjectBuilderArg
won't modify the length ofinputs
.sui4j/src/main/java/io/sui/clients/ProgrammableTransactionBuilder.java
Line 143 in 9139463
In this case, this new object argument's index value is not necessarily equal to
this.inputs.size() - 1
. Instead, it should equal the old object's index.sui4j/src/main/java/io/sui/clients/ProgrammableTransactionBuilder.java
Line 145 in 9139463
The text was updated successfully, but these errors were encountered: