Deprecate unused FileID
fields in contract operations, fix documentation
#102
Labels
bug
Something isn't working
FileID
fields in contract operations, fix documentation
#102
Description
The init code used to create a contract is in the file referenced by the
FileID
in theContractCreateTransactionBody
.However, the resulting bytecode is immutable, and not stored at the original
FileID
(or anyFileID
).So we should deprecate the
FileID
in theContractGetInfo
andContractUpdateTransactionBody
.The text was updated successfully, but these errors were encountered: