Skip to content

Commit

Permalink
Update bl_manifest.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 27, 2024
1 parent 5400e58 commit 8a1d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/bl_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (bl *FxBlockchain) ManifestBatchStore(ctx context.Context, to peer.ID, r Ma
}
}

func (bl *FxBlockchain) ManifestBatchUpload(ctx context.Context, to peer.ID, r ManifestBatchUploadRequest) ([]byte, error) {
func (bl *FxBlockchain) ManifestBatchUpload(ctx context.Context, to peer.ID, r ManifestBatchUploadMobileRequest) ([]byte, error) {

if bl.allowTransientConnection {
ctx = network.WithUseTransient(ctx, "fx.blockchain")
Expand Down

0 comments on commit 8a1d384

Please sign in to comment.