changes required to have things running

This commit is contained in:
Ulf Gebhardt 2022-03-05 13:04:03 +01:00
parent bc81a9a40f
commit cf0710d324
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@
import DecayInformationShort from '../DecayInformations/DecayInformation-Short'
import DecayInformationLong from '../DecayInformations/DecayInformation-Long'
import DecayInformationBeforeStartblock from '../DecayInformations/DecayInformation-BeforeStartblock'
import DecayInformationNoDecayTransaction from '../DecayInformations/DecayInformation-NoDecayTransaction'
import DecayInformationDecayStartblock from '../DecayInformations/DecayInformation-DecayStartblock'
export default {
name: 'slot-creation',
@ -101,7 +101,7 @@ export default {
DecayInformationShort,
DecayInformationLong,
DecayInformationBeforeStartblock,
DecayInformationNoDecayTransaction,
DecayInformationDecayStartblock,
},
props: {
amount: {

View File

@ -96,7 +96,7 @@
import DecayInformationShort from '../DecayInformations/DecayInformation-Short'
import DecayInformationLong from '../DecayInformations/DecayInformation-Long'
import DecayInformationBeforeStartblock from '../DecayInformations/DecayInformation-BeforeStartblock'
import DecayInformationNoDecayTransaction from '../DecayInformations/DecayInformation-NoDecayTransaction'
import DecayInformationDecayStartblock from '../DecayInformations/DecayInformation-DecayStartblock'
export default {
name: 'slot-receive',
@ -104,7 +104,7 @@ export default {
DecayInformationShort,
DecayInformationLong,
DecayInformationBeforeStartblock,
DecayInformationNoDecayTransaction,)
DecayInformationDecayStartblock,
},
props: {
amount: {