Introduce breaking change when posting transcripts

pull/3588/head
David Núñez 2025-04-03 09:32:49 +02:00
parent 43ba98d36e
commit 98fc240d90
No known key found for this signature in database
GPG Key ID: 53A9D83EF4C6332A
1 changed files with 2 additions and 1 deletions

View File

@ -790,7 +790,8 @@ class CoordinatorAgent(EthereumContractAgent):
transacting_power: TransactingPower,
async_tx_hooks: BlockchainInterface.AsyncTxHooks,
) -> AsyncTx:
contract_function: ContractFunction = self.contract.functions.postTranscript(
# See sprints/#145
contract_function: ContractFunction = self.contract.functions.publishTranscript(
ritualId=ritual_id, transcript=bytes(transcript)
)
async_tx = self.blockchain.send_async_transaction(