mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
nem: missing return fix
This commit is contained in:
parent
c4dc6e2c93
commit
5d0b5632b3
@ -68,6 +68,7 @@ def create_provision_namespace(transaction):
|
|||||||
|
|
||||||
msg.sink = transaction["rentalFeeSink"]
|
msg.sink = transaction["rentalFeeSink"]
|
||||||
msg.fee = transaction["rentalFee"]
|
msg.fee = transaction["rentalFee"]
|
||||||
|
return msg
|
||||||
|
|
||||||
|
|
||||||
def create_mosaic_creation(transaction):
|
def create_mosaic_creation(transaction):
|
||||||
|
Loading…
Reference in New Issue
Block a user