Skip to content

Commit ae3cb61

Browse files
committed
x
1 parent fa14d88 commit ae3cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/scheme/rolldpos/rolldposctx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func (ctx *rollDPoSCtx) Commit(msg interface{}) (bool, error) {
386386
}
387387
// putblock to parent chain if the current node is proposer and current chain is a sub chain
388388
if ctx.round.Proposer() == ctx.encodedAddr && ctx.chain.ChainAddress() != "" {
389-
putBlockToParentChain(ctx.rootChainAPI, ctx.chain.ChainAddress(), ctx.priKey, ctx.encodedAddr, pendingBlock)
389+
390390
}
391391
} else {
392392
ctx.logger().Panic(

0 commit comments

Comments
 (0)