Skip to content

Commit 6112f6f

Browse files
Merge pull request #14 from dorianbayart/patch-1
Deleting a duplicated parameter
2 parents ec9d29e + 4e3ba1b commit 6112f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ async function submit(
468468
// can be 'storage' for aleph.im built-in or 'ipfs' for an ipfs compatible storage
469469
chain = null, // the message chain, optional if an account is provided
470470
channel = null, // the channel on which to write
471-
storage_engine = 'storage', // storage engine to use, 'storage' or 'ipfs'
472471
api_server = DEFAULT_SERVER, // target API server
473472
account = null // account that should be used to sign
474473
} = {}) {
@@ -530,4 +529,4 @@ All those methods accept a 3rd argument, `options`, with those options:
530529
531530
The first 2 options are useful if you want to serialize yourself, or avoid serialization, and if you are working with files (or binary blobs).
532531
533-
Typically, if you want to store an encrypted file, you will handle Buffer objects, and won't serialize in any way (both options will by false).
532+
Typically, if you want to store an encrypted file, you will handle Buffer objects, and won't serialize in any way (both options will by false).

0 commit comments

Comments
 (0)