Yamaguchi / lightning-invoice

A Ruby implementation of the Lightning Network Invoice Protocol (BOLT #11).
3 stars 2 forks source link

`Invoice::Message#to_bech32`: fix call to `Bech32.encode` #2

Open jankoegel opened 4 months ago

jankoegel commented 4 months ago

Fix call to the bech32 gem's encode method whose signature has changed (requires 3 arguments now):

https://github.com/azuchi/bech32rb/blob/master/lib/bech32.rb#L28