Return V2FileContractRevision
in RPCLatsetRevision
rather than V2FileContract
#138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint & Test | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@master | |
with: | |
try-build: false |