mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
Fixed spacing in run-params
Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
committed by
Rusty Russell
parent
7d9ad89010
commit
fc2d955b01
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user