Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
optimize posting slate (#130)
Browse files Browse the repository at this point in the history
support true federation
tweak tx proof destination validation to only consider the public key
  • Loading branch information
ravidio authored Feb 15, 2019
1 parent d23b0b9 commit d69e08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# based on: https://github.com/mimblewimble/grin/blob/master/etc/Dockerfile

# Builder stage
FROM rust:1.31 as builder
FROM rust:1.32 as builder

RUN set -ex && \
apt-get update && \
Expand Down

0 comments on commit d69e08c

Please sign in to comment.