DemoApp fixed

This commit is contained in:
Lukas Korba 2023-09-19 16:50:24 +02:00
parent 2c526dbcd6
commit e40b1e6c42
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
options: NotificationBubble.sucessOptions(
animation: NotificationBubble.Animation.fade(duration: 1)
),
attributedText: NSAttributedString(string: "Transaction \(String(describing: transaction.id))mined!"),
attributedText: NSAttributedString(string: "Transaction \(String(describing: transaction.rawID))mined!"),
handleTap: {}
)
}