Skip to content

Commit

Permalink
fixup! rpc: implement DecodeAssetPayReq
Browse files Browse the repository at this point in the history
Roasbeef committed Dec 17, 2024
1 parent ac72dc5 commit c5e4ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perms/perms.go
Original file line number Diff line number Diff line change
@@ -280,6 +280,10 @@ var (
Entity: "channels",
Action: "write",
}},
"/tapchannelrpc.TaprootAssetChannels/DecodeAssetPayReq": {{
Entity: "channels",
Action: "read",
}},
"/tapchannelrpc.TaprootAssetChannels/EncodeCustomRecords": {
// This RPC is completely stateless and doesn't require
// any permissions to use.

0 comments on commit c5e4ef5

Please sign in to comment.