Fix bin/rsign example sequence

This commit is contained in:
wltsmrz
2013-09-06 15:41:17 -07:00
parent aa6a9e9559
commit 9630d92e0a

View File

@@ -9,7 +9,7 @@ var secret;
var tx_json;
if (~argv.indexOf('-v')){
argv.splice(argv.indexOf('-v'));
argv.splice(argv.indexOf('-v'), 1);
verbose = true;
}
@@ -63,7 +63,7 @@ function print_usage() {
Destination: 'r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV',
Amount: '200000000',
Fee: '10',
Sequence: '1'
Sequence: 1
})
);
};