Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/CCQueryUC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract CCQueryUC is UniversalChanIbcApp {
* @param destPortAddr The address of the destination application.
* @param channelId The ID of the channel to send the packet to.
* @param timeoutSeconds The timeout in seconds (relative).
*/
*/https://forum.polymerlabs.org/t/challenge-4-cross-chain-nft-minting-with-polymer/595
function sendUniversalPacket(address destPortAddr, bytes32 channelId, uint64 timeoutSeconds) external {
// TODO - Implement sendUniversalPacket to send a packet which will be received by the other chain
// The packet should contain the caller's address and a query string
Expand Down