Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

getRecord bug : body.data was not set in the protobuf. #209

Open AlbertoMolinaIoBuilders opened 4 months ago

AlbertoMolinaIoBuilders commented 4 months ago

Hashconnect version : 3.0.13 Hashpack version : 9.8.1 @hashgraph/sdk version : 2.41.0

After successfully signing and sending a "Smart Contract Execution" transaction to Hedera, if we try to get the Record back using the "transaction.getRecordWithSigner(_hashconnectSigner)" method we get the following error message: image

the "transaction.getReceiptWithSigner(_hashconnectSigner)" on the other hand works just fine.