File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- import ByteBuffer from 'bytebuffer' ;
2-
31import { Transactions , Utils } from '@arkecosystem/crypto' ;
2+ import ByteBuffer from 'bytebuffer' ;
43
5- import { StakeTransactionGroup , StakeTransactionStaticFees , StakeTransactionType } from '../enums' ;
4+ import { StakeTransactionGroup , StakeTransactionType } from '../enums' ;
65import { IStakeRedeemAsset } from '../interfaces' ;
76
87const { schemas } = Transactions ;
@@ -42,7 +41,7 @@ export class StakeRedeemTransaction extends Transactions.Transaction {
4241 } ) ;
4342 }
4443
45- protected static defaultStaticFee : Utils . BigNumber = Utils . BigNumber . make ( StakeTransactionStaticFees . StakeRedeem ) ;
44+ protected static defaultStaticFee : Utils . BigNumber = Utils . BigNumber . ZERO ;
4645
4746 public serialize ( ) : ByteBuffer {
4847 const { data } = this ;
You can’t perform that action at this time.
0 commit comments