1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 18:10:42 +01:00

updated protobuf and bumped version number

This commit is contained in:
pm47 2016-04-29 10:13:47 +02:00
parent 8c7484256e
commit f7b7fe13cf
4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.1-rfc2-SNAPSHOT</version>
<version>0.1-rfc2a-SNAPSHOT</version>
</parent>
<artifactId>eclair-demo_2.11</artifactId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.1-rfc2-SNAPSHOT</version>
<version>0.1-rfc2a-SNAPSHOT</version>
</parent>
<artifactId>lightning-types_2.11</artifactId>

View File

@ -173,6 +173,8 @@ message update_revocation {
// Start clearing out the channel HTLCs so we can close it
message close_clearing {
// Output script for mutual close tx.
required bytes scriptPubkey = 1;
}
message close_signature {

View File

@ -4,7 +4,7 @@
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.1-rfc2-SNAPSHOT</version>
<version>0.1-rfc2a-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>