Fixed spacing in run-params

Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
Mark Beckwith 2018-07-04 12:52:02 -05:00 committed by Rusty Russell
parent 7d9ad89010
commit fc2d955b01
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ static void sendpay(void)
assert(false);
assert(note);
assert(!strncmp("hello there", j->buffer + note->start, note->end - note->start));
assert(!strncmp("hello there", j->buffer + note->start, note->end - note->start));
assert(msatoshi);
assert(*msatoshi == 547);
}