Closed fracek closed 4 years ago
Since we added the authorizedToMaintainLiabilities in other places i will follow the Java's code instead as i think is more easy to read. https://github.com/stellar/java-stellar-sdk/pull/276/files#diff-dc1e56016276f11d48a7766517a79e9bR69
I believe it's only these changes https://github.com/elucidsoft/dotnet-stellar-sdk/pull/250
Fixed by #250
CAP 18 changed the data type for the attribute
authorize
inAllowTrustOp
. It is now auint32
instead of aboolean
. It also includes a newTrustLineFlag
which isauthorizedToMaintainLiabilitiesFlag
with value2
.You can see the implementation in
js-stellar-base
here, which still accepts booleans but converts the value to anuint32
.This is part of #246