Skip to content

Commit

Permalink
Add reference implementation links
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljperry committed Sep 6, 2024
1 parent a95c2bf commit ce1a32d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHIPs/chip-0027.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@ Defined on a case-by-case basis.
}
```

## Test Cases

[todo]

## Reference Implementation

[todo]
The APIs for this CHIP have been implemented in the following locations:
* [gather_signing_info](https://github.com/Chia-Network/chia-blockchain/blob/8e3a42c7c1cd5687b657bbd72dbc6ea0774001af/chia/wallet/wallet_state_manager.py#L2652)
* [apply_signatures](https://github.com/Chia-Network/chia-blockchain/blob/385916a6a29c5124155b43cb7cfe48c6ec7b3590/chia/wallet/wallet.py#L679)
* [submit_transactions](https://github.com/Chia-Network/chia-blockchain/blob/8e3a42c7c1cd5687b657bbd72dbc6ea0774001af/chia/wallet/wallet_state_manager.py#L2784)
* [signer_protocol](https://github.com/Chia-Network/chia-blockchain/blob/385916a6a29c5124155b43cb7cfe48c6ec7b3590/chia/wallet/signer_protocol.py)

## Security

Expand Down

0 comments on commit ce1a32d

Please sign in to comment.