Qt.UserRole can be 0 offset, don't repeat wallet create request dict
This commit is contained in:
@@ -199,7 +199,7 @@ Dialog {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
_bip21uri = bitcoin.create_uri(modelItem.address, modelItem.amount, modelItem.message, modelItem.timestamp, modelItem.exp)
|
||||
_bip21uri = bitcoin.create_uri(modelItem.address, modelItem.amount, modelItem.message, modelItem.timestamp, modelItem.expiration)
|
||||
qr.source = 'image://qrgen/' + _bip21uri
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user