@@ -631,43 +631,43 @@ public Protocol.ChainParameters getChainParameters() {
631
631
.setKey ("getMaintenanceTimeInterval" )
632
632
.setValue (chainBaseManager .getDynamicPropertiesStore ().getMaintenanceTimeInterval ())
633
633
.build ());
634
- // ACCOUNT_UPGRADE_COST, //drop ,1
634
+ // ACCOUNT_UPGRADE_COST, //SUN ,1
635
635
builder .addChainParameter (
636
636
Protocol .ChainParameters .ChainParameter .newBuilder ()
637
637
.setKey ("getAccountUpgradeCost" )
638
638
.setValue (chainBaseManager .getDynamicPropertiesStore ().getAccountUpgradeCost ())
639
639
.build ());
640
- // CREATE_ACCOUNT_FEE, //drop ,2
640
+ // CREATE_ACCOUNT_FEE, //SUN ,2
641
641
builder .addChainParameter (
642
642
Protocol .ChainParameters .ChainParameter .newBuilder ()
643
643
.setKey ("getCreateAccountFee" )
644
644
.setValue (chainBaseManager .getDynamicPropertiesStore ().getCreateAccountFee ())
645
645
.build ());
646
- // TRANSACTION_FEE, //drop ,3
646
+ // TRANSACTION_FEE, //SUN ,3
647
647
builder .addChainParameter (
648
648
Protocol .ChainParameters .ChainParameter .newBuilder ()
649
649
.setKey ("getTransactionFee" )
650
650
.setValue (chainBaseManager .getDynamicPropertiesStore ().getTransactionFee ())
651
651
.build ());
652
- // ASSET_ISSUE_FEE, //drop ,4
652
+ // ASSET_ISSUE_FEE, //SUN ,4
653
653
builder .addChainParameter (
654
654
Protocol .ChainParameters .ChainParameter .newBuilder ()
655
655
.setKey ("getAssetIssueFee" )
656
656
.setValue (chainBaseManager .getDynamicPropertiesStore ().getAssetIssueFee ())
657
657
.build ());
658
- // WITNESS_PAY_PER_BLOCK, //drop ,5
658
+ // WITNESS_PAY_PER_BLOCK, //SUN ,5
659
659
builder .addChainParameter (
660
660
Protocol .ChainParameters .ChainParameter .newBuilder ()
661
661
.setKey ("getWitnessPayPerBlock" )
662
662
.setValue (chainBaseManager .getDynamicPropertiesStore ().getWitnessPayPerBlock ())
663
663
.build ());
664
- // WITNESS_STANDBY_ALLOWANCE, //drop ,6
664
+ // WITNESS_STANDBY_ALLOWANCE, //SUN ,6
665
665
builder .addChainParameter (
666
666
Protocol .ChainParameters .ChainParameter .newBuilder ()
667
667
.setKey ("getWitnessStandbyAllowance" )
668
668
.setValue (chainBaseManager .getDynamicPropertiesStore ().getWitnessStandbyAllowance ())
669
669
.build ());
670
- // CREATE_NEW_ACCOUNT_FEE_IN_SYSTEM_CONTRACT, //drop ,7
670
+ // CREATE_NEW_ACCOUNT_FEE_IN_SYSTEM_CONTRACT, //SUN ,7
671
671
builder .addChainParameter (
672
672
Protocol .ChainParameters .ChainParameter .newBuilder ()
673
673
.setKey ("getCreateNewAccountFeeInSystemContract" )
@@ -692,13 +692,13 @@ public Protocol.ChainParameters getChainParameters() {
692
692
.setKey ("getRemoveThePowerOfTheGr" )
693
693
.setValue (chainBaseManager .getDynamicPropertiesStore ().getRemoveThePowerOfTheGr ())
694
694
.build ());
695
- // ENERGY_FEE, // drop , 11
695
+ // ENERGY_FEE, // SUN , 11
696
696
builder .addChainParameter (
697
697
Protocol .ChainParameters .ChainParameter .newBuilder ()
698
698
.setKey ("getEnergyFee" )
699
699
.setValue (chainBaseManager .getDynamicPropertiesStore ().getEnergyFee ())
700
700
.build ());
701
- // EXCHANGE_CREATE_FEE, // drop , 12
701
+ // EXCHANGE_CREATE_FEE, // SUN , 12
702
702
builder .addChainParameter (
703
703
Protocol .ChainParameters .ChainParameter .newBuilder ()
704
704
.setKey ("getExchangeCreateFee" )
0 commit comments