Don't crash on contracts with no sender specific message
authorMagnus Hagander <magnus@hagander.net>
Tue, 5 Nov 2024 13:09:15 +0000 (14:09 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 5 Nov 2024 13:09:15 +0000 (14:09 +0100)
commit2453bc24bfce937cfbde65451045ce14adc3cfc3
tree79683ac75b137c5c3c8a530a15e58c5decfc7f8e
parent39cbdeb03fdbc6acdae35deae24b5c738c28ba95
Don't crash on contracts with no sender specific message

Commit 470fbba78f7ad65c63eab5fa956032592d5a467a didn't take this case
into account, assuming it could only be empty and not None, but it's an
optional parameter tot he function and the "Send test contract"
functionality explicitly does that.

Spotted by Steve Singer
postgresqleu/digisign/implementations/signwell.py