Skip to content

Commit

Permalink
Merge conflict in testbed
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <[email protected]>
  • Loading branch information
peterbroadhurst committed Dec 13, 2024
1 parent 9dfdb6a commit 83b85a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/go/pkg/testbed/testbed_jsonrpc_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (tb *testbed) mapTransaction(ctx context.Context, tx *testbedTransaction) (
}

return &TransactionResult{
ID: tx.ID,
ID: tx.ptx.ID,
EncodedCall: encodedCall,
PreparedTransaction: preparedTransaction,
PreparedMetadata: tx.ptx.PreparedMetadata,
Expand Down

0 comments on commit 83b85a6

Please sign in to comment.