You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, defaulting the value has no effect, since omitting the value causes the command to fail. Either simply require expand_size or remove the reference to default value. If the expand size is ommitted it should default to a number other than 0, which would do nothing. Possibly a 1 for automation (you expand the size before performing a transaction), thus always knowing there is available space.
The text was updated successfully, but these errors were encountered:
Doc states that
" expand_size Number of address to generate
Default: 0"
But when you run the command without specifying an expand_size you get:
java -jar mojo.jar expand -p "TestWallet1" testwallet1.mcm
Missing required parameter: expand_size
Currently, defaulting the value has no effect, since omitting the value causes the command to fail. Either simply require expand_size or remove the reference to default value. If the expand size is ommitted it should default to a number other than 0, which would do nothing. Possibly a 1 for automation (you expand the size before performing a transaction), thus always knowing there is available space.
The text was updated successfully, but these errors were encountered: