Skip to content

Commit

Permalink
Debug tx
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 13, 2024
1 parent 60b86d5 commit b9e1a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/transactions/create_nft_listing.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ transaction {
marketplacesCapability: nil,
customID: nil,
commissionAmount: 0.0,
expiry: UInt64(getCurrentBlock().timestamp + 60 * 60 * 24)
expiry: UInt64(getCurrentBlock().timestamp + UFix64(60 * 60 * 24))
)
log("Listing created successfully")
}
Expand Down

0 comments on commit b9e1a22

Please sign in to comment.