Skip to content

Commit

Permalink
export prepare args save block data
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jan 25, 2023
1 parent 7eeddf0 commit 33aa79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion websocketOutportDriver/payloadParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ func padUint32ByteSlice(initial []byte) []byte {
return append(padding, initial...)
}

func prepareArgsSaveBlock(args outport.ArgsSaveBlockData) outport.ArgsSaveBlockData {
// PrepareArgsSaveBlock will prepare save block data
func PrepareArgsSaveBlock(args outport.ArgsSaveBlockData) outport.ArgsSaveBlockData {
var pool *outport.Pool
if args.TransactionsPool != nil {
pool = &outport.Pool{
Expand Down

0 comments on commit 33aa79b

Please sign in to comment.